Skip to content

Commit 9f7a34e

Browse files
increase per_well_cost_precision to 3 - $1k order of magnitude may be relevant e.g. to per-stage stim cost equivalents
1 parent 8817e02 commit 9f7a34e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/geophires_x/Economics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3181,7 +3181,7 @@ def calculate_stimulation_costs(self, model: Model) -> PlainQuantity:
31813181

31823182
# Coerces equal injection and production well costs required for stimulation cost per well output
31833183
# display heuristic
3184-
per_well_cost_precision = 2
3184+
per_well_cost_precision = 3
31853185

31863186
self.stimulation_cost_per_injection_well.value = round(
31873187
quantity(

0 commit comments

Comments
 (0)