Skip to content

Commit 15786aa

Browse files
1 parent f47daa8 commit 15786aa

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
@@ -232,7 +232,7 @@ def get_output_file_for_example(example_file: str):
232232
self.assertDictAlmostEqual(
233233
expected_result.result,
234234
geophires_result.result,
235-
percent=1e-5,
235+
percent=0.01,
236236
msg=f'Example test: {example_file_path}',
237237
)
238238
regenerate_cmds.pop()

0 commit comments

Comments
 (0)