We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78421dc commit 45da5adCopy full SHA for 45da5ad
test/algorithms/solvers.jl
@@ -62,7 +62,7 @@
62
@test_throws ErrorException rational_solutions(I)
63
64
# issue 54
65
- I = ideal([R(0)])
+ I = Ideal([R(0)])
66
@test_throws ErrorException real_solutions(I)
67
68
# check variable permutation
0 commit comments