Skip to content

Commit 3aae8bc

Browse files
committed
update runtests
1 parent 6bdd964 commit 3aae8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ end
133133
2 - 2 * x - 2 * y - 3 * z + (2 - x + 4 * z)^2 + (2 + 3 * x + y + 2 * z)^2,
134134
1 - 3 * x + 3 * y - 3 * z + (1 - 2 * y + 2 * z)^2 + (2 + x + 4 * y)^2,
135135
]
136-
R = regions(f; bounded_check = true)
136+
R = regions(f; bounded_check = true, seed = 0x9914a145)
137137
@test nbounded(R) == 1
138138
@test nunbounded(R) + nundecided(R) == 5
139139
end

0 commit comments

Comments
 (0)