File tree Expand file tree Collapse file tree
tests/plate_simulation/runtest Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments