JuliaAlgebra / DynamicPolynomials.jl

Multivariate polynomials implementation of commutative and non-commutative variables
Other
60 stars 20 forks source link

Fix variable with subs of zero power #135

Closed blegat closed 1 year ago

blegat commented 1 year ago

@kalmarek This might be the bug you were mentioning where the output was missing variables Tests added in https://github.com/JuliaAlgebra/MultivariatePolynomials.jl/pull/268

blegat commented 1 year ago

@kalmarek This was actually detected with the new action tests of SymbolicWedderburn!

kalmarek commented 1 year ago

Very happy to see some use of them!