Skip to content

Commit 0e6db36

Browse files
committed
[TEST] Fixing graben tests
1 parent 3eb7823 commit 0e6db36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/fixtures/complex_geometries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def graben_fault_model():
172172

173173
spi = SurfacePoints(sp_coords)
174174
ori = Orientations(dip_postions, dip_gradients)
175-
ids = np.array([1, 2, 3, 4, 5, 6])
175+
ids = np.array([1, 2, 3, 4, 5, 6, 7])
176176

177177
resolution = [2, 2, 2]
178178
extent = np.array([-500, 500., -500, 500, -450, 550]) / rescaling_factor

tests/test_common/test_api/test_faults/test_faults_graben.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_graben_fault_model(graben_fault_model):
2727
options.evaluation_options.dual_conturing_fancy = True
2828
options.debug=True
2929

30-
options.evaluation_options.number_octree_levels = 4
30+
options.evaluation_options.number_octree_levels = 5
3131
solutions: Solutions = compute_model(interpolation_input, options, structure)
3232

3333
outputs: list[OctreeLevel] = solutions.octrees_output

0 commit comments

Comments
 (0)