Skip to content

Commit 2c4964b

Browse files
committed
Update target
1 parent 94cd0f1 commit 2c4964b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/run_tests/driver_mt_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# To test the full run and validate the inversion.
4242
# Move this file out of the test directory and run.
4343

44-
target_run = {"data_norm": 0.032649770, "phi_d": 6.68, "phi_m": 263}
44+
target_run = {"data_norm": 0.032649770, "phi_d": 7.13, "phi_m": 282}
4545

4646

4747
def setup_data(workspace, survey):
@@ -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, tolerance=0.2)
189+
check_target(output, target_run)
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)