Skip to content

Commit 0b78318

Browse files
revert accidental inclusion of temporary local override in test_geophires_examples in ef9a11c
1 parent 48a6d5e commit 0b78318

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_geophires_x.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +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-
169-
#'example', 'Beckers_et_al', 'SUTRA', 'Wanju', 'Fervo', 'S-DAC-GT'
170-
'Fervo_Project_Cape-4' # FIXME TEMP
171-
168+
'example', 'Beckers_et_al', 'SUTRA', 'Wanju', 'Fervo', 'S-DAC-GT'
172169
)
173170
# TOUGH not enabled for testing - see https://github.com/NREL/GEOPHIRES-X/issues/318
174171
and not example_file_path_.startswith(('example6.txt', 'example7.txt'))

0 commit comments

Comments
 (0)