TissueEngineeringLab / MyoFInDer

Python interface for automatic calculation of the fusion index in muscle cell cultures
https://tissueengineeringlab.github.io/MyoFInDer/
GNU General Public License v3.0
3 stars 1 forks source link

Improve the available settings #23

Closed WeisLeDocto closed 9 months ago

WeisLeDocto commented 9 months ago

As described in #16 and #19, the settings displayed for the user to adjust should be improved in two ways:

This PR addresses these two problems:

With this PR, the settings.pickle file now becomes forward- and backward-compatible for versions greater than 1.0.6. Unrecognized settings are ignored, and unprovided one are set to default.

Closes #16 Closes #19