Skip to content

Commit 626bf90

Browse files
committed
udpate pgi target
1 parent f53e714 commit 626bf90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/run_tests/driver_joint_pgi_homogeneous_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# To test the full run and validate the inversion.
5555
# Move this file out of the test directory and run.
5656

57-
target_run = {"data_norm": 412.2653000131554, "phi_d": 975, "phi_m": 37200}
57+
target_run = {"data_norm": 448.4376876605882, "phi_d": 1030, "phi_m": 36200}
5858
INDUCING_FIELD = (50000.0, 90.0, 0.0)
5959

6060

@@ -80,7 +80,7 @@ def test_homogeneous_fwr_run(
8080
components = SyntheticsComponents(geoh5, options=opts)
8181

8282
# Change half the model
83-
ind = components.mesh.centroids[:, 0] > 0
83+
ind = components.mesh.centroids[:, 0] > -2
8484
components.model.values[ind] = 0.05
8585

8686
params = GravityForwardOptions.build(
@@ -107,7 +107,7 @@ def test_homogeneous_fwr_run(
107107
)
108108
components = SyntheticsComponents(geoh5, options=opts)
109109
# Change half the model
110-
ind = components.mesh.centroids[:, 0] > 0
110+
ind = components.mesh.centroids[:, 0] > -2
111111
components.model.values[ind] = 0.01
112112

113113
params = MVIForwardOptions.build(

0 commit comments

Comments
 (0)