Skip to content

Commit c3d6390

Browse files
format test_geophires_examples files list filter to make it easier to comment out all existing filters (and add your own temporary one on the line below)
1 parent a8940cb commit c3d6390

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/test_geophires_x.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,12 +166,7 @@ def get_output_file_for_example(example_file: str):
166166
filter(
167167
lambda example_file_path_: example_file_path_.startswith(
168168
(
169-
'example',
170-
'Beckers_et_al',
171-
'SUTRA',
172-
'Wanju',
173-
'Fervo',
174-
'S-DAC-GT'
169+
'example', 'Beckers_et_al', 'SUTRA', 'Wanju', 'Fervo', 'S-DAC-GT'
175170
)
176171
)
177172
# TOUGH not enabled for testing - see https://github.com/NREL/GEOPHIRES-X/issues/318

0 commit comments

Comments
 (0)