Skip to content

Commit 2c5dfc5

Browse files
committed
Again
1 parent d8ad750 commit 2c5dfc5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/plate_simulation/runtest/match_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def test_matching_driver(tmp_path: Path):
143143
plate_options.model.overburden_model.thickness = 40.0
144144
plate_options.model.plate_model.dip_length = 300.0
145145
driver = PlateSimulationDriver(plate_options)
146-
print(np.where(driver.simulation_driver.models.active_cells)[0].mean())
147146
driver.run()
148147

149148
# Make copies of the generated simulation file to emulate a sweep
@@ -166,7 +165,7 @@ def test_matching_driver(tmp_path: Path):
166165
for ii, uid in enumerate(prop_group.properties):
167166
child = survey.get_entity(uid)[0]
168167
child.values = child.values * np.roll(scale, ii)
169-
168+
print(child.values.max(), child.values.min())
170169
# Downsample stations
171170
mask = np.ones_like(child.values, dtype=bool)
172171
mask[1::2] = False

0 commit comments

Comments
 (0)