Skip to content

Commit

Permalink
delete print statement in calc_availability_factor
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEpia authored and ClaraBuettner committed Nov 3, 2023
1 parent 28b922b commit f78a9ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion etrago/cluster/electrical.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,6 @@ def calc_availability_factor(gen):
try:
cf = fixed_capacity_fac[gen["carrier"]]
except KeyError:
print(gen)
cf = 1
return cf

Expand Down

0 comments on commit f78a9ab

Please sign in to comment.