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 5186431 commit 8d12bd8Copy full SHA for 8d12bd8
src/geophires_x/Economics.py
@@ -661,9 +661,9 @@ def __init__(self, model: Model):
661
)
662
self.injection_well_cost_adjustment_factor = self.ParameterDict[self.injection_well_cost_adjustment_factor.Name] = floatParameter(
663
"Injection Well Drilling and Completion Capital Cost Adjustment Factor",
664
- DefaultValue=self.production_well_cost_adjustment_factor.value,
665
- Min=0,
666
- Max=10,
+ DefaultValue=self.production_well_cost_adjustment_factor.DefaultValue,
+ Min=self.production_well_cost_adjustment_factor.Min,
+ Max=self.production_well_cost_adjustment_factor.Max,
667
UnitType=Units.PERCENT,
668
PreferredUnits=PercentUnit.TENTH,
669
CurrentUnits=PercentUnit.TENTH,
0 commit comments