Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 28, 2024
1 parent 35cf844 commit 6b06074
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/dependence.jl
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,11 @@ function BasisDependence{StaircaseDependence}(
end
end
vars = MP.variables(basis)
full_basis =
MB.maxdegree_basis(MB.FullBasis{MB.Monomial,M}(), vars, MP.maxdegree(basis.monomials))
full_basis = 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 6b06074

Please sign in to comment.