We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdd964 commit 3aae8bcCopy full SHA for 3aae8bc
1 file changed
test/runtests.jl
@@ -133,7 +133,7 @@ end
133
2 - 2 * x - 2 * y - 3 * z + (2 - x + 4 * z)^2 + (2 + 3 * x + y + 2 * z)^2,
134
1 - 3 * x + 3 * y - 3 * z + (1 - 2 * y + 2 * z)^2 + (2 + x + 4 * y)^2,
135
]
136
- R = regions(f; bounded_check = true)
+ R = regions(f; bounded_check = true, seed = 0x9914a145)
137
@test nbounded(R) == 1
138
@test nunbounded(R) + nundecided(R) == 5
139
end
0 commit comments