We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756e517 commit 9ce96e1Copy full SHA for 9ce96e1
tests/test_geophires_x.py
@@ -210,8 +210,8 @@ def get_output_file_for_example(example_file: str):
210
if percent_diff is not None:
211
msg = (
212
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)'
+ f'(Run `./tests/regenerate-example-result.sh {example_file_path.split(".")[0]}` '
+ f'if this difference is expected due to calculation updates)'
215
)
216
217
raise AssertionError(msg) from ae
0 commit comments