Skip to content

Commit a982c17

Browse files
Fix partially-incorrect fix in previous commit (filter list needs to be tuple)
1 parent 0b78318 commit a982c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_geophires_x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def get_output_file_for_example(example_file: str):
165165
example_files = list(
166166
filter(
167167
lambda example_file_path_: example_file_path_.startswith(
168-
'example', 'Beckers_et_al', 'SUTRA', 'Wanju', 'Fervo', 'S-DAC-GT'
168+
('example', 'Beckers_et_al', 'SUTRA', 'Wanju', 'Fervo', 'S-DAC-GT')
169169
)
170170
# TOUGH not enabled for testing - see https://github.com/NREL/GEOPHIRES-X/issues/318
171171
and not example_file_path_.startswith(('example6.txt', 'example7.txt'))

0 commit comments

Comments
 (0)