Skip to content

Commit 9bc0305

Browse files
committed
Increase tolerance for MT
1 parent 2a15d45 commit 9bc0305

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/run_tests/driver_mt_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def test_magnetotellurics_run(tmp_path: Path, max_iterations=1, pytest=True):
186186
)
187187
output["data"] = orig_zyy_real_1
188188
if pytest:
189-
check_target(output, target_run)
189+
check_target(output, target_run, tolerance=0.1)
190190
nan_ind = np.isnan(run_ws.get_entity("Iteration_0_model")[0].values)
191191
inactive_ind = run_ws.get_entity("active_cells")[0].values == 0
192192
assert np.all(nan_ind == inactive_ind)

0 commit comments

Comments
 (0)