Skip to content

Commit b9c4645

Browse files
committed
Use target achived by gitactions
1 parent fada0b7 commit b9c4645

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/run_tests/driver_app_con_test.py

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

43-
target_run = {"data_norm": 0.01890754287659443, "phi_d": 879, "phi_m": 11400}
43+
target_run = {"data_norm": 0.01890754287659443, "phi_d": 786, "phi_m": 11500}
4444

4545

4646
def test_app_con_fwr_run(
@@ -153,7 +153,7 @@ def test_app_con_run(tmp_path: Path, max_iterations=1, pytest=True):
153153
)
154154
params.write_ui_json(path=tmp_path / "Inv_run.ui.json")
155155
driver = AppConInversionDriver.start(str(tmp_path / "Inv_run.ui.json"))
156-
print(driver.models.active_cells.sum())
156+
157157
with geoh5.open() as run_ws:
158158
output = get_inversion_output(
159159
driver.params.geoh5.h5file, driver.params.out_group.uid

0 commit comments

Comments
 (0)