Skip to content

Commit

Permalink
Apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Feb 26, 2024
1 parent 2e0083d commit ff0dc69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion etrago/appl.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,8 @@ def run_etrago(args, json_path):
etrago.network.lines_t.s_max_pu = pd.DataFrame(
index=etrago.network.snapshots,
columns=etrago.network.lines.index,
data=1.)
data=1.0,
)

# start linear optimal powerflow calculations

Expand Down

0 comments on commit ff0dc69

Please sign in to comment.