Skip to content

Commit 49d6503

Browse files
Re-enable S-DAC-GT example test case
1 parent e49c020 commit 49d6503

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
@@ -159,7 +159,7 @@ def get_output_file_for_example(example_file: str):
159159
example_files = list(
160160
filter(
161161
lambda example_file_path: example_file_path.startswith(
162-
('example', 'Beckers_et_al', 'SUTRA', 'Wanju', 'Fervo')
162+
('example', 'Beckers_et_al', 'SUTRA', 'Wanju', 'Fervo', 'S-DAC-GT')
163163
)
164164
and '.out' not in example_file_path,
165165
self._list_test_files_dir(test_files_dir='examples'),

0 commit comments

Comments
 (0)