Sebastian Bysiak
Results
1
comments of
Sebastian Bysiak
@epicsol-inc I managed to save it using dill (https://pypi.org/project/dill/), which has syntax very similar to pickle `with open(out_fname, 'wb') as f: dill.dump(model, f, dill.HIGHEST_PROTOCOL)` You can check if it works...