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 c9d012b commit 924063dCopy full SHA for 924063d
tests/test_geophires_x.py
@@ -1129,7 +1129,7 @@ def capex(result_cap_costs):
1129
capex(_get_result(contingency_percentage=default_contingency_percent)),
1130
)
1131
1132
- for higher_contingency in range(20, 30, 5):
+ for higher_contingency in range(20, 35, 5):
1133
assert higher_contingency > default_contingency_percent # test assumption check
1134
result_higher_contingency = _get_result(contingency_percentage=higher_contingency)
1135
0 commit comments