Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Jan 31, 2024
1 parent 84ced25 commit f1f1057
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions etrago/tools/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
build_market_model,
market_optimization,
)
from etrago.execute.sclopf import(
from etrago.execute.sclopf import (
iterate_sclopf,
post_contingency_analysis_lopf
)
post_contingency_analysis_lopf,
)
from etrago.tools.calc_results import (
ac_export,
ac_export_per_country,
Expand Down Expand Up @@ -353,9 +353,9 @@ def __init__(
manual_fixes_datamodel = manual_fixes_datamodel

shifted_energy = shifted_energy

post_contingency_analysis = post_contingency_analysis_lopf

sclopf = iterate_sclopf

def dc_lines(self):
Expand Down

0 comments on commit f1f1057

Please sign in to comment.