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

Absolute value in short vectors (iteration) #1327

Merged
merged 5 commits into from
Dec 19, 2023

Conversation

StevellM
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Dec 15, 2023

Codecov Report

Merging #1327 (8cf9de8) into master (5be5f36) will decrease coverage by 0.08%.
The diff coverage is 95.23%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1327      +/-   ##
==========================================
- Coverage   74.67%   74.59%   -0.08%     
==========================================
  Files         346      346              
  Lines      112088   112098      +10     
==========================================
- Hits        83697    83624      -73     
- Misses      28391    28474      +83     
Files Coverage Δ
src/QuadForm/ShortVectors.jl 98.21% <95.23%> (-1.79%) ⬇️

... and 34 files with indirect coverage changes

@@ -45,7 +45,7 @@
2448, 4320, 2982, 2402, 2364, 512, 256, 306 ]

# Floating point bounds
L = integer_lattice(gram = QQ[1//2 0; 0 1//3])
Copy link
Owner

Choose a reason for hiding this comment

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

I would duplicate the tests instead of removing the old tests.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good point, I will modify this.

@thofma
Copy link
Owner

thofma commented Dec 15, 2023

The "absolute quadratic form" sounds a bit odd, as does the "absolute squared length". But I guess it is what it is. You have an opinion on the terminology @simonbrandhorst?

Comment on lines 154 to 155
Return the Kissing number of the sphere packing defined by the absolute value
of the quadratic form defined by `L`.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Return the Kissing number of the sphere packing defined by the absolute value
of the quadratic form defined by `L`.
Return the Kissing number of the sphere packing defined by `L`.

@simonbrandhorst simonbrandhorst enabled auto-merge (squash) December 18, 2023 21:13
@simonbrandhorst simonbrandhorst merged commit fac876f into thofma:master Dec 19, 2023
15 checks passed
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