Skip to content

Commit

Permalink
reduced sensitivity of Wanju code to one decimal place
Browse files Browse the repository at this point in the history
  • Loading branch information
malcolm-dsider committed Apr 16, 2024
1 parent 4c6dc0e commit 84dcf55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_geophires_x.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_output_file_for_example(example_file: str):
self.assertDictAlmostEqual(
expected_result.result,
geophires_result.result,
places=2,
places=1,
msg=f'Example test: {example_file_path}',
)
else:
Expand Down

0 comments on commit 84dcf55

Please sign in to comment.