We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the multi-period section in the docs it's stated that you can parametrize the periods as dict:
dict
oemof-solph/docs/usage.rst
Lines 1027 to 1035 in f02297e
This seems to be outdated (I think a list should be used instead), as I get error AttributeError: 'int' object has no attribute 'min' in line
AttributeError: 'int' object has no attribute 'min'
oemof-solph/src/oemof/solph/_energy_system.py
Line 192 in f02297e
The text was updated successfully, but these errors were encountered:
Thanks, @henhuy. I'll provide a fix shortly. If you have time, feel free to already do so.
Sorry, something went wrong.
jokochems
Successfully merging a pull request may close this issue.
In the multi-period section in the docs it's stated that you can parametrize the periods as
dict
:oemof-solph/docs/usage.rst
Lines 1027 to 1035 in f02297e
This seems to be outdated (I think a list should be used instead), as I get error
AttributeError: 'int' object has no attribute 'min'
in lineoemof-solph/src/oemof/solph/_energy_system.py
Line 192 in f02297e
The text was updated successfully, but these errors were encountered: