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: sparse row additions #1591

Merged
merged 12 commits into from
Sep 1, 2024
Merged

fix: sparse row additions #1591

merged 12 commits into from
Sep 1, 2024

Conversation

BD-00
Copy link
Contributor

@BD-00 BD-00 commented Sep 1, 2024

add_scaled_row! saved zeros when working over residue rings, that should be fixed now.

Copy link

codecov bot commented Sep 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.78%. Comparing base (6f950e5) to head (0c4eba0).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1591      +/-   ##
==========================================
+ Coverage   75.60%   75.78%   +0.18%     
==========================================
  Files         358      358              
  Lines      113693   113696       +3     
==========================================
+ Hits        85952    86164     +212     
+ Misses      27741    27532     -209     
Files with missing lines Coverage Δ
src/Sparse/Row.jl 73.65% <100.00%> (-0.24%) ⬇️

... and 34 files with indirect coverage changes

@thofma thofma merged commit 6113eae into thofma:master Sep 1, 2024
17 checks passed
BD-00 added a commit to BD-00/Hecke.jl that referenced this pull request Oct 6, 2024
fingolfin added a commit to fingolfin/Hecke.jl that referenced this pull request Oct 23, 2024
Some issues in `add_scaled_row!` were fixed in thofma#1591, but not to
`add_right_scaled_row!`. Rectify this by merging the two functions
into one.
thofma pushed a commit that referenced this pull request Oct 25, 2024
Some issues in `add_scaled_row!` were fixed in #1591, but not to
`add_right_scaled_row!`. Rectify this by merging the two functions
into one.
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.

2 participants