Skip to content

Commit 25e78fc

Browse files
committed
[WIP] Investigating time explosion when multiple recomputations
1 parent f40ee3f commit 25e78fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/test_modules/test_compute_times_for_grids.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
import time
55

66
PLOT = True
7+
# DENSE_RESOLUTION = [125, 50, 50]
8+
DENSE_RESOLUTION = [20,20,20]
9+
710

811
def test_compute_time_dense_dense():
912

@@ -178,7 +181,7 @@ def _setup_model():
178181
geo_model = gp.create_geomodel(
179182
project_name='EGU_example',
180183
extent=[0, 2500, 0, 1000, 0, 1000],
181-
resolution=[125, 50, 50],
184+
resolution=DENSE_RESOLUTION,
182185
importer_helper=gp.data.ImporterHelper(
183186
path_to_orientations=path_to_data + "model7_orientations.csv",
184187
path_to_surface_points=path_to_data + "model7_surface_points.csv"

0 commit comments

Comments
 (0)