Skip to content

Commit ae77b9d

Browse files
Reduced problem size to avoid stack overflow in Julia 1.1
1 parent 37653ba commit ae77b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/symbolic/BLTandPantelides/testBLTandPantelides.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ function bigTest(G)
397397
end
398398
end
399399

400-
const n=10000 # Stack overflow for band and n=100000
400+
const n=5000 # Stack overflow for band and n=10000
401401
const nFull=1000
402402

403403
function test()

0 commit comments

Comments
 (0)