Skip to content

Commit

Permalink
Try enabling Beckers_et_al_2023_Tabulated_Database_Uloop_sCO2_heat an…
Browse files Browse the repository at this point in the history
…d disabling Beckers_et_al_2023_Tabulated_Database_Uloop_sCO2_elec' to see if Actions failure is consistent
  • Loading branch information
softwareengineerprogrammer committed Oct 4, 2023
1 parent 0bc94e1 commit ca5be92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_geophires_x.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca5be92

Please sign in to comment.