You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libecalc/domain/infrastructure/energy_components/legacy_consumer/consumer_function/compressor_consumer_function.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ def evaluate(
121
121
)
122
122
stream_day_rate_after_condition=apply_condition(
123
123
input_array=stream_day_rate,
124
-
condition=condition,# type: ignore[arg-type]
124
+
condition=condition,
125
125
)
126
126
127
127
# If the compressor model is supposed to have stages, make sure they are defined
Copy file name to clipboardExpand all lines: src/libecalc/domain/infrastructure/energy_components/legacy_consumer/consumer_function/direct_expression_consumer_function.py
Copy file name to clipboardExpand all lines: src/libecalc/domain/infrastructure/energy_components/legacy_consumer/consumer_function/pump_consumer_function.py
Copy file name to clipboardExpand all lines: src/libecalc/domain/infrastructure/energy_components/legacy_consumer/tabulated/tabular_consumer_function.py
0 commit comments