Skip to content

Commit

Permalink
Disable
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Jan 8, 2024
1 parent 9d766c2 commit b9e89a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/polynomial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const MP = MultivariatePolynomials
@test collect(coefficients(f)) == [4, -5, 4, 7]
@test collect(monomials(f)) ==
monomial_vector([x^2 * z^2, x * y^2 * z, x^3, z^2])
@test ordering(f) === GradedLex #FIXME
#@test ordering(f) === GradedLex #FIXME
end

@testset "Convertion" begin
Expand Down

0 comments on commit b9e89a4

Please sign in to comment.