Skip to content

Commit

Permalink
Merge branch 'features/market-simulation' of github.com:openego/eTraG…
Browse files Browse the repository at this point in the history
…o into features/market-simulation
  • Loading branch information
ulfmueller committed Sep 14, 2023
2 parents 218de52 + 51240f1 commit 6c1fc42
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 @@ -975,7 +975,6 @@ def calc_availability_factor(gen):
try:
cf = fixed_capacity_fac[gen["carrier"]]
except:
print(gen)
cf = 1
return cf

Expand Down

0 comments on commit 6c1fc42

Please sign in to comment.