Skip to content

Commit 2777c29

Browse files
committed
Fix tests
1 parent ff996ce commit 2777c29

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/run_tests/driver_dc_2d_rotated_gradients_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# To test the full run and validate the inversion.
4444
# Move this file out of the test directory and run.
4545

46-
target_run = {"data_norm": 10.305373769233688, "phi_d": 187000, "phi_m": 410}
46+
target_run = {"data_norm": 10.37631617283848, "phi_d": 199000, "phi_m": 421}
4747

4848

4949
def test_dc_rotated_2d_fwr_run(tmp_path: Path, n_electrodes=10, n_lines=3):

tests/run_tests/driver_dc_2d_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# To test the full run and validate the inversion.
4444
# Move this file out of the test directory and run.
4545

46-
target_run = {"data_norm": 11.14351536256954, "phi_d": 6360, "phi_m": 245}
46+
target_run = {"data_norm": 11.136935742296085, "phi_d": 5570, "phi_m": 314}
4747

4848

4949
def test_dc_2d_fwr_run(

tests/run_tests/driver_ip_2d_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# To test the full run and validate the inversion.
4040
# Move this file out of the test directory and run.
4141

42-
target_run = {"data_norm": 0.1267394640365658, "phi_d": 16300, "phi_m": 6.05e-05}
42+
target_run = {"data_norm": 0.1244717397585979, "phi_d": 15500, "phi_m": 0.0002845}
4343

4444

4545
def test_ip_2d_fwr_run(

0 commit comments

Comments
 (0)