EmoryUniversityTheoreticalBiophysics / SirIsaac

Automated dynamical systems inference
MIT License
38 stars 11 forks source link

older pickled fittingProblems will not load using simplePickle #13

Closed bcdaniels closed 5 years ago

bcdaniels commented 5 years ago

Due to changes in the module structure and names, older pickled fittingProblems (the current preferred format) won't load using simplePickle.

I think this can be fixed with some fancy footwork using sys.modules.

bcdaniels commented 5 years ago

See https://stackoverflow.com/questions/590250/how-to-change-a-python-module-name

bcdaniels commented 5 years ago

Fixed