Skip to content

Commit d32dc6f

Browse files
move test input file to geophires_x_tests/ to reduce clutter
1 parent 2029282 commit d32dc6f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/test_geophires_x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ def test_transmission_pipeline_cost(self):
597597
)
598598

599599
def test_well_drilling_and_completion_capital_cost_adjustment_factor(self):
600-
base_file = self._get_test_file_path('drilling-adjustment-factor.txt')
600+
base_file = self._get_test_file_path('geophires_x_tests/drilling-adjustment-factor.txt')
601601
r_no_adj = GeophiresXClient().get_geophires_result(GeophiresInputParameters(from_file_path=base_file))
602602

603603
r_noop_adj = GeophiresXClient().get_geophires_result(

0 commit comments

Comments
 (0)