Skip to content

Commit

Permalink
Fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Aug 13, 2024
1 parent ae18e9d commit 1038234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etrago/execute/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ def run_lopf(etrago, extra_functionality, method):
raise Exception("LOPF not solved.")
else:
raise Exception(
"Temporal disaggregation currently only works when using pyomo."
"""Temporal disaggregation currently only works when
using pyomo."""
)
status, termination_condition = network_lopf(
etrago.network_tsa,
Expand Down

0 comments on commit 1038234

Please sign in to comment.