Skip to content

Commit 07b2053

Browse files
committed
Readjust targets
1 parent 181a33f commit 07b2053

18 files changed

Lines changed: 20 additions & 20 deletions

tests/run_tests/driver_airborne_fem_1d_test.py

Lines changed: 1 addition & 1 deletion
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": 652.4097142104288, "phi_d": 52800, "phi_m": 341}
44+
target_run = {"data_norm": 804.9848595951983, "phi_d": 64500, "phi_m": 717}
4545

4646

4747
def test_fem_fwr_1d_run(

tests/run_tests/driver_airborne_tem_1d_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# To test the full run and validate the inversion.
4040
# Move this file out of the test directory and run.
41-
target_run = {"data_norm": 5.043446361560613e-10, "phi_d": 23, "phi_m": 194000}
41+
target_run = {"data_norm": 6.413150962712146e-10, "phi_d": 24, "phi_m": 205000}
4242

4343

4444
def test_airborne_tem_1d_fwr_run(

tests/run_tests/driver_airborne_tem_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# To test the full run and validate the inversion.
4141
# Move this file out of the test directory and run.
42-
target_run = {"data_norm": 4.047707815081421e-08, "phi_d": 22100000, "phi_m": 2920}
42+
target_run = {"data_norm": 7.055418125633924e-08, "phi_d": 185000000, "phi_m": 7270}
4343

4444

4545
def test_bad_waveform(tmp_path: Path):

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": 0.606697124141973, "phi_d": 693, "phi_m": 88.5}
46+
target_run = {"data_norm": 0.6072705410748107, "phi_d": 681, "phi_m": 95.6}
4747

4848

4949
def test_dc_2d_fwr_run(

tests/run_tests/driver_dc_b2d_test.py

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

50-
target_run = {"data_norm": 1.0912968903879878, "phi_d": 2060, "phi_m": 34.3}
50+
target_run = {"data_norm": 1.0878862593748388, "phi_d": 2050, "phi_m": 37.8}
5151

5252

5353
def test_dc_p3d_fwr_run(

tests/run_tests/driver_dc_test.py

Lines changed: 1 addition & 1 deletion
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.018661818427023937, "phi_d": 502, "phi_m": 10900}
41+
target_run = {"data_norm": 0.14144509477553324, "phi_d": 4.22, "phi_m": 211}
4242

4343

4444
def test_dc_3d_fwr_run(

tests/run_tests/driver_fem_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": 90.98397054326658, "phi_d": 4290, "phi_m": 916}
46+
target_run = {"data_norm": 91.18814842528005, "phi_d": 4250, "phi_m": 968}
4747

4848

4949
def test_fem_name_change(tmp_path, caplog):

tests/run_tests/driver_ground_tem_test.py

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

47-
target_run = {"data_norm": 9.165423633989594e-07, "phi_d": 314, "phi_m": 4270}
47+
target_run = {"data_norm": 9.184569809436836e-07, "phi_d": 311, "phi_m": 4710}
4848

4949

5050
def test_tiling_ground_tem(

tests/run_tests/driver_ip_test.py

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

40-
target_run = {"data_norm": 0.007217903416312316, "phi_d": 1280, "phi_m": 2.52e-05}
40+
target_run = {"data_norm": 0.007008809086007593, "phi_d": 1200, "phi_m": 2.59e-05}
4141

4242

4343
def test_ip_3d_fwr_run(

tests/run_tests/driver_joint_cross_gradient_test.py

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

60-
target_run = {"data_norm": 53.295837974010844, "phi_d": 9360, "phi_m": 0.126}
60+
target_run = {"data_norm": 53.295822303985325, "phi_d": 7940, "phi_m": 0.0255}
6161
INDUCING_FIELD = (50000.0, 90.0, 0.0)
6262

6363

0 commit comments

Comments
 (0)