Skip to content

Commit 6b30051

Browse files
committed
Bump tolerance for mt
1 parent 0a960b0 commit 6b30051

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
@@ -179,7 +179,7 @@ def test_magnetotellurics_run(tmp_path: Path, max_iterations=1, pytest=True):
179179
)
180180
output["data"] = orig_zyy_real_1
181181
if pytest:
182-
check_target(output, target_run)
182+
check_target(output, target_run, tolerance=0.2)
183183
nan_ind = np.isnan(run_ws.get_entity("Iteration_0_model")[0].values)
184184
inactive_ind = run_ws.get_entity("active_cells")[0].values == 0
185185
assert np.all(nan_ind == inactive_ind)

0 commit comments

Comments
 (0)