Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani committed Jul 29, 2023
1 parent 663cf93 commit e2c715f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/StandardBasis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1238,8 +1238,8 @@ end

p,q = P([1,2], :x), P([1,2], :y)
P′′ = P <: Polynomials.AbstractUnivariatePolynomial ? LaurentPolynomial : Polynomial
#P′′ = P == LaurentPolynomial ? P : P′ # different promotion rule
P′′ = Polynomial #XXX
P′′ = P == LaurentPolynomial ? P : P′ # different promotion rule
#P′′ = Polynomial #XXX

# * should promote to Polynomial type if mixed (save Laurent Polynomial)
@testset "promote mixed polys" begin
Expand Down

0 comments on commit e2c715f

Please sign in to comment.