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

Fix factor #1639

Closed
wants to merge 2 commits into from
Closed

Fix factor #1639

wants to merge 2 commits into from

Conversation

fieker
Copy link
Collaborator

@fieker fieker commented Oct 9, 2024

if neccessary I can remove the spurious import. Should fix Oscar #4170

canonical unit for QadicRing was retuning the inv of what it should.
The spec is return u s.th. x/u is canonical, so for fields u = x
is legal.

xxgcd and make_exact are using AA in shf/hnf
@@ -74,6 +74,7 @@ using Pkg

import AbstractAlgebra
import AbstractAlgebra: get_cached!, @alias
import AbstractAlgebra: xxgcd, make_exact
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
import AbstractAlgebra: xxgcd, make_exact

These don't seem to exist

┌ Hecke
│  WARNING: could not import AbstractAlgebra.xxgcd into Hecke
│  WARNING: could not import AbstractAlgebra.make_exact into Hecke
└ 

and are not needed for this fix?

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.82%. Comparing base (137e629) to head (a331534).
Report is 16 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1639      +/-   ##
==========================================
+ Coverage   75.80%   75.82%   +0.01%     
==========================================
  Files         361      361              
  Lines      113700   113701       +1     
==========================================
+ Hits        86192    86215      +23     
+ Misses      27508    27486      -22     
Files with missing lines Coverage Δ
src/Hecke.jl 52.28% <ø> (ø)
src/NumField/NfAbs/Poly.jl 44.41% <100.00%> (ø)
src/NumField/NfAbs/PolyFact.jl 77.63% <100.00%> (+0.04%) ⬆️

... and 29 files with indirect coverage changes

@fieker
Copy link
Collaborator Author

fieker commented Oct 9, 2024 via email

@thofma
Copy link
Owner

thofma commented Oct 9, 2024

cleaned it up in #1640

@thofma thofma closed this Oct 24, 2024
@thofma
Copy link
Owner

thofma commented Oct 24, 2024

Merged via #1640

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