Skip to content

Conversation

@AayushSabharwal
Copy link
Contributor

Referring to JuliaAlgebra/DynamicPolynomials.jl#177

Some of the issues are fixed by JuliaAlgebra/DynamicPolynomials.jl#178. The rest require the changes in this PR.

@test isequal(NaN * x, NaN * x + 0)
@test !=(NaN * x, NaN * x)
@test !=(NaN * x + 0, NaN * x + 0)
@test !=(NaN * x, NaN * x + 0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment for DynamicPolynomials, could you check that it's allocation free as well ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 6d3e7f3

@test !=(NaN * x, NaN * x)
@test !=(NaN * x + 0, NaN * x + 0)
@test !=(NaN * x, NaN * x + 0)
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing checks for RationalPoly it seems

Copy link
Contributor Author

@AayushSabharwal AayushSabharwal Aug 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 3cb3f49

@blegat
Copy link
Member

blegat commented Aug 9, 2025

Thanks ! Just a few minor comments but it looks good

@blegat
Copy link
Member

blegat commented Aug 11, 2025

You can ignore the failure on nightly so just fix the format with JuliaFormatter@v2

@AayushSabharwal
Copy link
Contributor Author

Addressed the formatting issues

@AayushSabharwal
Copy link
Contributor Author

Bump 😅 is there anything else left here?

Copy link
Member

@blegat blegat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks!

@blegat blegat merged commit 8a641bc into JuliaAlgebra:master Aug 14, 2025
7 of 10 checks passed
@AayushSabharwal AayushSabharwal deleted the as/fix-isequal branch August 14, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants