From 190e2d7f6c99f5cb270449a2ffc54dab4a4fd4bc Mon Sep 17 00:00:00 2001 From: softwareengineerprogrammer <4056124+softwareengineerprogrammer@users.noreply.github.com> Date: Wed, 4 Oct 2023 12:58:16 -0700 Subject: [PATCH] Revert "Temporarily run only Beckers_et_al_2023_Tabulated_Database_Coaxial_sCO2_heat.txt to see if it fails in isolation" This reverts commit f5917d589d5e983efe48dd4330a217d0244ed805. --- tests/test_geophires_x.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test_geophires_x.py b/tests/test_geophires_x.py index 76be3dd6..0e5014b1 100644 --- a/tests/test_geophires_x.py +++ b/tests/test_geophires_x.py @@ -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)))