Skip to content

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

Merged
jalvesz merged 4 commits into
fortran-lang:masterfrom
jalvesz:coo2csr
Mar 24, 2026
Merged

fix (sparse) : add sort_data to coo2csr procedure#1146
jalvesz merged 4 commits into
fortran-lang:masterfrom
jalvesz:coo2csr

Conversation

@jalvesz
Copy link
Copy Markdown
Contributor

@jalvesz jalvesz commented Mar 15, 2026

This PR addresses #1037

Copy link
Copy Markdown
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.

Comment thread doc/specs/stdlib_sparse.md Outdated
@codecov
Copy link
Copy Markdown

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

@jalvesz jalvesz merged commit 496ca5e into fortran-lang:master Mar 24, 2026
89 of 91 checks passed
@jalvesz jalvesz deleted the coo2csr branch March 27, 2026 06:50
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