Skip to content

add divrem for EuclideanRingResidueRing#1921

Open
fieker wants to merge 4 commits intomasterfrom
divrem
Open

add divrem for EuclideanRingResidueRing#1921
fieker wants to merge 4 commits intomasterfrom
divrem

Conversation

@fieker
Copy link
Copy Markdown
Contributor

@fieker fieker commented Dec 4, 2024

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 4, 2024

Codecov Report

❌ Patch coverage is 87.17949% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.19%. Comparing base (7a473f4) to head (cad3977).
⚠️ Report is 354 commits behind head on master.

Files with missing lines Patch % Lines
src/generic/Residue.jl 87.17% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1921      +/-   ##
==========================================
+ Coverage   88.17%   88.19%   +0.01%     
==========================================
  Files         120      120              
  Lines       30303    30342      +39     
==========================================
+ Hits        26719    26759      +40     
+ Misses       3584     3583       -1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread src/generic/Residue.jl Outdated
@fingolfin
Copy link
Copy Markdown
Member

Add some tests?

@thofma
Copy link
Copy Markdown
Member

thofma commented Dec 5, 2024

I am a bit confused. The code is for residue rings of euclidean rings, but then does something with leading coefficients?

@fieker
Copy link
Copy Markdown
Contributor Author

fieker commented Dec 5, 2024 via email

@fieker
Copy link
Copy Markdown
Contributor Author

fieker commented Dec 5, 2024

possibly we need a more sane algorithm?

@thofma
Copy link
Copy Markdown
Member

thofma commented Dec 5, 2024

How about just doing the Euclidean division in the "base ring" and then project down?

@fieker
Copy link
Copy Markdown
Contributor Author

fieker commented Dec 6, 2024 via email

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.

Missing divrem(a::EuclideanRingResidueRingElem{QQPolyRingElem}, b::EuclideanRingResidueRingElem{QQPolyRingElem})

3 participants