Skip to content

Commit 2b8e643

Browse files
committed
Refine MT test again
1 parent e431369 commit 2b8e643

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
@@ -38,7 +38,7 @@
3838
# To test the full run and validate the inversion.
3939
# Move this file out of the test directory and run.
4040

41-
target_run = {"data_norm": 0.003974399172372707, "phi_d": 1230, "phi_m": 12.9}
41+
target_run = {"data_norm": 0.025087759238073448, "phi_d": 0.385, "phi_m": 3}
4242

4343

4444
def setup_data(workspace, survey):
@@ -91,7 +91,7 @@ def setup_data(workspace, survey):
9191
def test_magnetotellurics_fwr_run(
9292
tmp_path: Path,
9393
n_grid_points=2,
94-
cell_size=(10.0, 10.0, 10.0),
94+
cell_size=(5.0, 5.0, 5.0),
9595
refinement=(2,),
9696
):
9797
# Run the forward

0 commit comments

Comments
 (0)