Skip to content

Commit 2c56140

Browse files
switch test case back
1 parent 87d004a commit 2c56140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/geophires_x_tests/test_economics_sam.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ class EconomicsSamTestCase(BaseTestCase):
1010
def _get_result(self, _params) -> GeophiresXResult:
1111
return GeophiresXClient().get_geophires_result(
1212
GeophiresInputParameters(
13-
# from_file_path=self._get_test_file_path('generic-egs-case.txt'),
14-
from_file_path=self._get_test_file_path('../examples/Fervo_Project_Cape-3.txt'), # FIXME TEMP
13+
from_file_path=self._get_test_file_path('generic-egs-case.txt'),
14+
# from_file_path=self._get_test_file_path('../examples/Fervo_Project_Cape-3.txt'), # FIXME TEMP
1515
params={'Economic Model': 5, **_params},
1616
)
1717
)

0 commit comments

Comments
 (0)