Skip to content
New issue

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

Merge dev into integrate_TSAM #1154

Merged
merged 507 commits into from
Jan 23, 2025

Conversation

p-snft
Copy link
Member

@p-snft p-snft commented Jan 23, 2025

Update the branch for the TSAM mode to current dev.

p-snft and others added 30 commits June 25, 2024 11:03
There was a warning and a comment that having multiple inputs/outputs
for one Sink/Source is unintended but should be possible.
I think we can remove that "strong reccomendation" as it just works.

To not let beginners fall into the trap of having a dangling Sink
or Source, like the old warning also might have prevented, inputs and
outputs are now explicitly named arguments without a default.
For Python 3.10+, "|" should be used instead of "or", but or is also
incorrect for Python 3.9 (a typing.Union can be used). However, as date
is superclass of datetime, giving the superclass shuld imply that the
childs are also possible.
BaseModel was an unused superclass just for Model. At the moment it is not
planned to have other models. Thus, it makes sense to merge both.

Signed-off-by: Patrik Schönfeldt <[email protected]>
It seems to be a desired (and tested) feature to do so, but a typical user
will probably not want to do this. So, a warning makes sense.
Note thatthis is just a workaround. chaned casts chould either work or be
prohibited.
The test was confusing, as it added a nominal_value to a Sink.
This, however, did not cause an error to be raised as the error
that was tested before was first.
Allow sinks/sources to have multiple inputs/outputs
uvchik and others added 18 commits January 17, 2025 11:22
Replace assert by pytest use
…om_dev_into_tsam

# Conflicts:
#	src/oemof/solph/flows/_simple_flow_block.py
#	src/oemof/solph/processing.py
…o_tsam' into pull_request/update_from_dev_into_tsam

# Conflicts:
#	tests/test_scripts/test_solph/test_tsam/test_storage_invest_tsam_integration.py
#	tests/test_scripts/test_solph/test_tsam/test_storage_tsam_vs_original.py
@pep8speaks
Copy link

Hello @p-snft! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 32:80: E501 line too long (85 > 79 characters)
Line 52:80: E501 line too long (145 > 79 characters)
Line 56:80: E501 line too long (94 > 79 characters)
Line 62:80: E501 line too long (106 > 79 characters)
Line 233:80: E501 line too long (82 > 79 characters)
Line 256:80: E501 line too long (80 > 79 characters)

Line 175:80: E501 line too long (82 > 79 characters)
Line 310:5: E301 expected 1 blank line, found 0

Line 784:80: E501 line too long (83 > 79 characters)
Line 1747:9: E306 expected 1 blank line before a nested definition, found 0
Line 2072:17: E123 closing bracket does not match indentation of opening bracket's line

Line 113:80: E501 line too long (92 > 79 characters)
Line 132:47: E241 multiple spaces after ','
Line 248:80: E501 line too long (91 > 79 characters)
Line 267:47: E241 multiple spaces after ','

Line 647:1: E302 expected 2 blank lines, found 1
Line 656:17: E123 closing bracket does not match indentation of opening bracket's line
Line 658:80: E501 line too long (82 > 79 characters)
Line 662:1: E302 expected 2 blank lines, found 1
Line 678:80: E501 line too long (107 > 79 characters)
Line 680:80: E501 line too long (102 > 79 characters)
Line 696:50: E231 missing whitespace after ','
Line 698:80: E501 line too long (80 > 79 characters)

Line 48:13: E126 continuation line over-indented for hanging indent
Line 50:9: E121 continuation line under-indented for hanging indent

Line 152:80: E501 line too long (84 > 79 characters)

Line 57:13: E126 continuation line over-indented for hanging indent
Line 59:9: E121 continuation line under-indented for hanging indent

Line 54:20: E251 unexpected spaces around keyword / parameter equals
Line 55:9: E131 continuation line unaligned for hanging indent

Line 55:13: E126 continuation line over-indented for hanging indent

Line 122:45: E261 at least two spaces before inline comment
Line 122:46: E262 inline comment should start with '# '
Line 122:80: E501 line too long (104 > 79 characters)

@p-snft p-snft changed the base branch from dev to feature/integrate_tsam January 23, 2025 05:26
Comment on lines +261 to +263
logging.info(f"Store lp-file in {file_path}.")
io_option = {"symbolic_solver_labels": True}
energysystem_model.write(file_path, io_options=io_option)

Check warning

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.
@p-snft p-snft changed the title Add TSAM interoperability Merge dev into integrate_TSAM Jan 23, 2025
@p-snft p-snft marked this pull request as ready for review January 23, 2025 05:39
@p-snft p-snft merged commit 414810a into feature/integrate_tsam Jan 23, 2025
@p-snft p-snft deleted the pull_request/update_from_dev_into_tsam branch January 23, 2025 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants