Skip to content

Commit 9d629d8

Browse files
committed
WIP
1 parent fc9bc3c commit 9d629d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/null.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function test_partial_commutative_fix(x, y)
1919
1 0 0 0 # x^2
2020
]
2121
monos = MP.monomials((x, y), 0:2)
22-
for basis in [MB.MonomialBasis(monos)] #, MB.OrthonormalCoefficientsBasis(monos)]
22+
for basis in [MB.MonomialBasis(monos), MB.OrthonormalCoefficientsBasis(monos)]
2323
null = MM.MacaulayNullspace(matrix, basis, 1e-8)
2424
D = MM.StaircaseDependence
2525
solver = MM.StaircaseSolver{Float64}(max_partial_iterations = 1)

0 commit comments

Comments
 (0)