You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a problem because of old dump file. Writing a new one failed for whatever reason. So, energysystem.restore() restored whatever results were already present instead of newly generated results.
I don't think that the default behavior is sensible. Why would I dump the energy system into a .oemof folder in the $Home directory? Wouldn't it make more sense to use the current working directory (os.getcwd()) or the directory of the file from which the energysystem.dump()/energysystem.restore() command was called?
Extracted from oemof/oemof-solph#1027:
There was a problem because of old dump file. Writing a new one failed for whatever reason. So,
energysystem.restore()
restored whatever results were already present instead of newly generated results.Originally posted by @lensum in oemof/oemof-solph#1027 (comment)
The text was updated successfully, but these errors were encountered: