Skip to content

Commit 4064404

Browse files
committed
Test_file
1 parent 495bba2 commit 4064404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_ridge_segments.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ using Test
33

44
@testset "Ridge Thermal Structure Tests" begin
55
# Grid parameters
6-
nx, ny, nz = 128, 128, 57
6+
nx, ny, nz = 512, 512, 128
77
x = range(-1000, 1000, length=nx)
88
y = range(-1000, 1000, length=ny)
99
z = range(-660, 0, length=nz)

0 commit comments

Comments
 (0)