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 87d004a commit 2c56140Copy full SHA for 2c56140
tests/geophires_x_tests/test_economics_sam.py
@@ -10,8 +10,8 @@ class EconomicsSamTestCase(BaseTestCase):
10
def _get_result(self, _params) -> GeophiresXResult:
11
return GeophiresXClient().get_geophires_result(
12
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
+ from_file_path=self._get_test_file_path('generic-egs-case.txt'),
+ # from_file_path=self._get_test_file_path('../examples/Fervo_Project_Cape-3.txt'), # FIXME TEMP
15
params={'Economic Model': 5, **_params},
16
)
17
0 commit comments