-
Notifications
You must be signed in to change notification settings - Fork 30
==(α, q::MP.RationalPoly)
and ==(p::MP.AbstractPolynomialLike, α)
cause many invalidations
#290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am not familiar enough with this package to answer that, but if |
What about just changing |
|
If this is causing a lot of issues, I can change |
Hum... |
To check this, I run
(Groebner.jl loads MultivariatePolynomials.jl).
I have
This amounts to 825 method invalidations out of 1102.
I wonder if it would be okay to rewrite these methods with the use of
isa
(or even remove them) ?The text was updated successfully, but these errors were encountered: