Skip to content

Commit 40953c5

Browse files
committed
Fix bug
1 parent 8b85360 commit 40953c5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

GHEtool/VariableClasses/Efficiency/_Efficiency.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,6 @@ def combine_at_temperature_n(
586586
if n == 1 or P < p_min[1]:
587587
P_comb.append(P)
588588
E_comb.append(interp_eff(P, hps[0]["power"], hps[0]["eff"]))
589-
E_comb.append(interp_eff(P, hps[0]["power"], hps[0]["eff"]))
590589

591590
# -------------------------
592591
# overlap zone: HP1 vs HP2 ONLY

0 commit comments

Comments
 (0)