Skip to content

Conversation

@simonbrandhorst
Copy link
Collaborator

No description provided.

@simonbrandhorst
Copy link
Collaborator Author

Please merge. Needed for oscar-system/Oscar.jl#5545

@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

❌ Patch coverage is 36.14458% with 53 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.05%. Comparing base (b7cf993) to head (d10f2c0).
⚠️ Report is 2 commits behind head on master.

Files with missing lines Patch % Lines
src/QuadForm/Quad/ZLattices.jl 36.61% 45 Missing ⚠️
src/QuadForm/Morphism.jl 0.00% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2078      +/-   ##
==========================================
+ Coverage   76.97%   77.05%   +0.07%     
==========================================
  Files         370      370              
  Lines      118430   118476      +46     
==========================================
+ Hits        91159    91287     +128     
+ Misses      27271    27189      -82     
Files with missing lines Coverage Δ
src/QuadForm/Quad/ZGenusRep.jl 73.03% <100.00%> (+0.16%) ⬆️
src/QuadForm/Morphism.jl 86.43% <0.00%> (-0.12%) ⬇️
src/QuadForm/Quad/ZLattices.jl 88.85% <36.61%> (-2.25%) ⬇️

... and 29 files with indirect coverage changes

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

@thofma
Copy link
Owner

thofma commented Nov 13, 2025

If you bump the version to bla.bla.1 in this PR, we can do a release after this is merged.

@simonbrandhorst
Copy link
Collaborator Author

Will do and maybe move a bit more code from the other PR. So that we need only a single release.

continue
else
return x[i] < y[i]
return cmp(xi,yi)<0
Copy link
Collaborator

Choose a reason for hiding this comment

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

wanna have fun? c = cmp(xi, yi); c == 0 && continue; return c; then the comparison is only done once...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Right, thanks!

end
xi = mat_entry_ptr(x, 1, i)
yi = mat_entry_ptr(y, 1, i)
c = cmp(xi,yi)
Copy link
Collaborator

Choose a reason for hiding this comment

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

too fast: c is also used for the ncols. This is definitely a speed up!

@simonbrandhorst
Copy link
Collaborator Author

Ready to go from my side.

@simonbrandhorst simonbrandhorst merged commit 249acec into master Nov 13, 2025
17 checks passed
@simonbrandhorst simonbrandhorst deleted the sb/_isless branch November 13, 2025 18:41
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.

4 participants