Skip to content

fix ACA bug for vector problems#79

Merged
maltezfaria merged 1 commit intomainfrom
fix_vector_ACA_bug
Apr 10, 2025
Merged

fix ACA bug for vector problems#79
maltezfaria merged 1 commit intomainfrom
fix_vector_ACA_bug

Conversation

@Aguelord
Copy link
Copy Markdown
Collaborator

Adding a sparse matrix to an HMatrix for vector problemes with the LinearAlgebra.axpy function was impossible due to a bug. It is now fixed.

Some tests were also added to check the accuracy of such a "+" operation added to the julia "Base".

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.54%. Comparing base (82eed5b) to head (990d377).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #79      +/-   ##
==========================================
+ Coverage   75.18%   76.54%   +1.35%     
==========================================
  Files          14       14              
  Lines        1475     1475              
==========================================
+ Hits         1109     1129      +20     
+ Misses        366      346      -20     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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

- previously errored when the `eltype` was not a scalar
@maltezfaria maltezfaria merged commit 88a154f into main Apr 10, 2025
7 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.

2 participants