Skip to content

Commit 84dcf55

Browse files
reduced sensitivity of Wanju code to one decimal place
1 parent 4c6dc0e commit 84dcf55

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
@@ -191,7 +191,7 @@ def get_output_file_for_example(example_file: str):
191191
self.assertDictAlmostEqual(
192192
expected_result.result,
193193
geophires_result.result,
194-
places=2,
194+
places=1,
195195
msg=f'Example test: {example_file_path}',
196196
)
197197
else:

0 commit comments

Comments
 (0)