Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Oct 26, 2023
1 parent 1c40400 commit 7d7d2e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etrago/cluster/disaggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,6 @@ def solve_partial_network(
" it has on the buses of it's partial network."
)

print(clb.iloc[0].carrier)
if clb.iloc[0].at[extendable_flag]:
# That means, `p_nom` got computed via optimization and we
# have to distribute it into the subnetwork first.
Expand Down

0 comments on commit 7d7d2e6

Please sign in to comment.