8000 Followup after changes in OSCAR by StevellM · Pull Request #1783 · thofma/Hecke.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Followup after changes in OSCAR #1783

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

Merged
merged 2 commits into from
Feb 26, 2025
Merged

Conversation

StevellM
Copy link
Collaborator

In order to avoid breaking OSCAR, we had to add an extra function in Hecke, related to short_vectors_affine (#1729). Now that we have removed redundant code in oscar-system/Oscar.jl#4583, we can remove this function.

I also fixed some documentation, to have properly one doc-string for each of the two short_vectors_affine functions since they behave slightly differently (coordinates of vectors).

As I mentioned in oscar-system/Oscar.jl#4583 (comment), I needed to adapt the code of enumerate_quadratic_triples because _convert_type might not work for ZZMatrix in entry. The simple fix is to force conversion of the inputs into QQMatrix if they are not already.

Copy link
codecov bot commented Feb 26, 2025

Codecov Report

Attention: Patch coverage is 55.55556% with 8 lines in your changes missing coverage. Please review.

Project coverage is 76.37%. Comparing base (f3952a8) to head (345f003).
Report is 20 commits behind head on master.

Files with missing lines Patch % Lines
src/QuadForm/ShortVectors.jl 55.55% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1783      +/-   ##
==========================================
- Coverage   76.40%   76.37%   -0.04%     
==========================================
  Files         360      362       +2     
  Lines      114106   114439     +333     
==========================================
+ Hits        87184    87403     +219     
- Misses      26922    27036     +114     
Files with missing lines Coverage Δ
src/QuadForm/ShortVectors.jl 86.36% <55.55%> (-2.63%) ⬇️

... and 36 files with indirect coverage changes

@thofma thofma merged commit f6f7979 into thofma:master Feb 26, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0