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 fc9bc3c commit 9d629d8Copy full SHA for 9d629d8
test/null.jl
@@ -19,7 +19,7 @@ function test_partial_commutative_fix(x, y)
19
1 0 0 0 # x^2
20
]
21
monos = MP.monomials((x, y), 0:2)
22
- for basis in [MB.MonomialBasis(monos)] #, MB.OrthonormalCoefficientsBasis(monos)]
+ for basis in [MB.MonomialBasis(monos), MB.OrthonormalCoefficientsBasis(monos)]
23
null = MM.MacaulayNullspace(matrix, basis, 1e-8)
24
D = MM.StaircaseDependence
25
solver = MM.StaircaseSolver{Float64}(max_partial_iterations = 1)
0 commit comments