Skip to content
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

Clean up HeckeMiscPoly.jl #1853

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

Conversation

joschmitt
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Sep 18, 2024

Codecov Report

Attention: Patch coverage is 73.87387% with 58 lines in your changes missing coverage. Please review.

Project coverage is 86.77%. Comparing base (4d25cd4) to head (72d2a38).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/flint/fmpz_poly.jl 35.89% 25 Missing ⚠️
src/poly.jl 69.49% 18 Missing ⚠️
src/flint/fmpz_mod_poly.jl 0.00% 7 Missing ⚠️
src/flint/fmpq_poly.jl 91.80% 5 Missing ⚠️
src/flint/fmpz.jl 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1853      +/-   ##
==========================================
+ Coverage   86.21%   86.77%   +0.55%     
==========================================
  Files          99       99              
  Lines       36030    35974      -56     
==========================================
+ Hits        31064    31217     +153     
+ Misses       4966     4757     -209     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines 1027 to 1032
function roots(R::T, f::QQPolyRingElem) where {T<:Union{fqPolyRepField, fpField}}
Rt, t = polynomial_ring(R, "t", cached=false)
fp = polynomial_ring(ZZ, cached=false)[1](f * denominator(f))
fpp = Rt(fp)
return roots(fpp)
end
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I'm not sure, we need this function? See the TODO comment I added for an explanation.

src/flint/fq_default.jl Outdated Show resolved Hide resolved
src/flint/fmpq_poly.jl Outdated Show resolved Hide resolved
@lgoettgens lgoettgens closed this Sep 20, 2024
@lgoettgens lgoettgens reopened this Sep 20, 2024
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.

3 participants