-
-
Notifications
You must be signed in to change notification settings - Fork 409
Labels
Description
Is there a way to save/load the SolutionArray.object
import pickle
# mal schauen ob der zwischenstand gesichert werden kann
pickle.dump( states, open( "save.p", "wb" ) )
doesn't work.... I want to save my Solution within the SolutionArray.object and load the data in a other python source. Yes i can save it in CSV but then the nice functions of SolutionArray.object is missing.
Is there a way to save multipy scenarios on disk an reuse them later?
Reactions are currently unavailable