Skip to content

Commit 6797e33

Browse files
Represent stimulation cost correctly by adjusting max allowed value
1 parent 5d38eec commit 6797e33

File tree

3 files changed

+95
-79
lines changed

3 files changed

+95
-79
lines changed

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def __init__(self, model: Model):
579579
"Reservoir Stimulation Capital Cost",
580580
DefaultValue=-1.0,
581581
Min=0,
582-
Max=100,
582+
Max=1000,
583583
UnitType=Units.CURRENCY,
584584
PreferredUnits=CurrencyUnit.MDOLLARS,
585585
CurrentUnits=CurrencyUnit.MDOLLARS,

0 commit comments

Comments
 (0)