JuliaDiff/TaylorSeries.jl

Missing division method `HomogeneousPolynomial`

lbenet opened this issue · 0 comments

The problem reported in PerezHz/TaylorIntegration.jl#132 is related to the fact that / involving HomogenousPolynomial and Int is not concrete enough to be properly dispatched, which triggers promotion and then throws the reported error.

cc @dfcaporale