We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f219ccc commit 9f25841Copy full SHA for 9f25841
src/pownet/modeling/objfunc.py
@@ -1,6 +1,7 @@
1
"""model_formulation.py: Contains functions for constructing the objective function and constraints of the optimization model."""
2
3
-from __future__ import annotations
+from pownet.core import SystemInput
4
+
5
6
""" Functions for the objective function
7
"""
@@ -52,7 +53,7 @@ def get_thermal_startup_coeff(
52
53
54
55
def get_marginal_cost_coeff(
- inputs: "SystemInput",
56
+ inputs: SystemInput,
57
step_k: int,
58
timesteps: range,
59
units: list,
0 commit comments