Skip to content

Commit

Permalink
Fix syntax error in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
softwareengineerprogrammer committed Oct 4, 2023
1 parent c9e22a2 commit df1e63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geophires_x.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def get_output_file_for_example(example_file: str):
(example_file_path.startswith(('example', 'Beckers_et_al')))
# 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_Coaxial_water_heat'
('Beckers_et_al_2023_Tabulated_Database_Uloop_sCO2_heat', 'Beckers_et_al_2023_Tabulated_Database_Coaxial_water_heat')
)
and '_output' not in example_file_path
):
Expand Down

0 comments on commit df1e63d

Please sign in to comment.