From ca5be926c6d2a6e1ef547b1d17ec5e9b149ef9bf Mon Sep 17 00:00:00 2001 From: softwareengineerprogrammer <4056124+softwareengineerprogrammer@users.noreply.github.com> Date: Wed, 4 Oct 2023 13:39:44 -0700 Subject: [PATCH] Try enabling Beckers_et_al_2023_Tabulated_Database_Uloop_sCO2_heat and disabling Beckers_et_al_2023_Tabulated_Database_Uloop_sCO2_elec' to see if Actions failure is consistent --- tests/test_geophires_x.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test_geophires_x.py b/tests/test_geophires_x.py index 069f8b15..ee3d9bea 100644 --- a/tests/test_geophires_x.py +++ b/tests/test_geophires_x.py @@ -216,10 +216,11 @@ def get_output_file_for_example(example_file: str): # FIXME temporarily disabled unit tests (debugging GitHub Actions WIP) and not example_file_path.startswith( ( - 'Beckers_et_al_2023_Tabulated_Database_Uloop_sCO2_heat', + #'Beckers_et_al_2023_Tabulated_Database_Uloop_sCO2_heat', + 'Beckers_et_al_2023_Tabulated_Database_Uloop_sCO2_elec', + 'Beckers_et_al_2023_Tabulated_Database_Uloop_water_heat', 'Beckers_et_al_2023_Tabulated_Database_Coaxial_water_heat', 'Beckers_et_al_2023_Tabulated_Database_Coaxial_sCO2_heat', - 'Beckers_et_al_2023_Tabulated_Database_Uloop_water_heat', ) ) and '_output' not in example_file_path