Closed bcdaniels closed 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.
See https://stackoverflow.com/questions/590250/how-to-change-a-python-module-name
Fixed
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.