Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 28, 2024
1 parent ac442a9 commit 35cf844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dependence.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function BasisDependence{StaircaseDependence}(
end
vars = MP.variables(basis)
full_basis =
MB.maxdegree_basis(MB.Monomial, vars, MP.maxdegree(basis.monomials))
MB.maxdegree_basis(MB.FullBasis{MB.Monomial,M}(), vars, MP.maxdegree(basis.monomials))
d = StaircaseDependence[]
# This sieve of [LLR08, Algorithm 1] is a performance improvement but not only.
# It also ensures that the standard monomials have the "staircase structure".
Expand Down

0 comments on commit 35cf844

Please sign in to comment.