Skip to content

fix (sparse) : add sort_data to coo2csr procedure#1146

Open
jalvesz wants to merge 4 commits intofortran-lang:masterfrom
jalvesz:coo2csr
Open

fix (sparse) : add sort_data to coo2csr procedure#1146
jalvesz wants to merge 4 commits intofortran-lang:masterfrom
jalvesz:coo2csr

Conversation

@jalvesz
Copy link
Contributor

@jalvesz jalvesz commented Mar 15, 2026

This PR addresses #1037

Copy link
Member

@jvdp1 jvdp1 left a comment

Choose a reason for hiding this comment

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

A short explanation on why sort_data could/should be used, could be helpful.

@codecov
Copy link

codecov bot commented Mar 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.99%. Comparing base (c016c6d) to head (f1d82be).
⚠️ Report is 14 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1146      +/-   ##
==========================================
- Coverage   68.00%   67.99%   -0.01%     
==========================================
  Files         403      404       +1     
  Lines       12850    12935      +85     
  Branches     1383     1392       +9     
==========================================
+ Hits         8738     8795      +57     
- Misses       4112     4140      +28     

☔ 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.

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.

enhance coo2csr procedure by allowing to internally sort the coo matrix

2 participants