Skip to content

Commit

Permalink
Revert "Temporarily run only Beckers_et_al_2023_Tabulated_Database_Co…
Browse files Browse the repository at this point in the history
…axial_sCO2_heat.txt to see if it fails in isolation"

This reverts commit f5917d5.
  • Loading branch information
softwareengineerprogrammer committed Oct 4, 2023
1 parent f5917d5 commit 190e2d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_geophires_x.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,7 @@ def get_output_file_for_example(example_file: str):
return self._get_test_file_path(Path('examples', f'{example_file.split(".txt")[0]}V3_output.txt'))

for example_file_path in example_files:
# FIXME TEMP
if (
example_file_path.startswith(('example', 'Beckers_et_al_2023_Tabulated_Database_Coaxial_sCO2_heat'))
) and '_output' not in example_file_path:
if (example_file_path.startswith(('example', 'Beckers_et_al'))) and '_output' not in example_file_path:
with self.subTest(msg=example_file_path):
print(f'Running example test {example_file_path}')
input_params = GeophiresInputParameters(from_file_path=self._get_test_file_path(Path('examples', example_file_path)))
Expand Down

0 comments on commit 190e2d7

Please sign in to comment.