Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 30, 2023
1 parent fc9bc3c commit 9d629d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/null.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function test_partial_commutative_fix(x, y)
1 0 0 0 # x^2
]
monos = MP.monomials((x, y), 0:2)
for basis in [MB.MonomialBasis(monos)] #, MB.OrthonormalCoefficientsBasis(monos)]
for basis in [MB.MonomialBasis(monos), MB.OrthonormalCoefficientsBasis(monos)]
null = MM.MacaulayNullspace(matrix, basis, 1e-8)
D = MM.StaircaseDependence
solver = MM.StaircaseSolver{Float64}(max_partial_iterations = 1)
Expand Down

0 comments on commit 9d629d8

Please sign in to comment.