Skip to content

Commit 9ce96e1

Browse files
Tweak regenerate example instructions
1 parent 756e517 commit 9ce96e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_geophires_x.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ def get_output_file_for_example(example_file: str):
210210
if percent_diff is not None:
211211
msg = (
212212
f'Results are approximately equal within {percent_diff}%. '
213-
f'(Run `regenerate-example-result.sh {example_file_path.split(".")[0]}` '
214-
f'from tests/ if this difference is expected due to calculation updates)'
213+
f'(Run `./tests/regenerate-example-result.sh {example_file_path.split(".")[0]}` '
214+
f'if this difference is expected due to calculation updates)'
215215
)
216216

217217
raise AssertionError(msg) from ae

0 commit comments

Comments
 (0)