Skip to content

Commit e1f2f52

Browse files
1 parent aeca13d commit e1f2f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/geophires_x_tests/test_fervo_project_cape_4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def __init__(self, vu: dict[str, Any]):
119119
results_in_markdown['Well Drilling and Completion Cost']['unit'] = results_in_markdown[
120120
'Well Drilling and Completion Cost'
121121
]['unit'].replace('/well', '')
122-
self.assertDictAlmostEqual(example_result_values, results_in_markdown, places=3)
122+
self.assertDictAlmostEqual(example_result_values, results_in_markdown, percent=0.07)
123123

124124
result_capex_USD_per_kW = (
125125
_Q(example_result._get_result_field('Total CAPEX')).quantity().to('USD').magnitude

0 commit comments

Comments
 (0)