Skip to content

Conversation

@psavery
Copy link
Collaborator

@psavery psavery commented Jun 28, 2025

Instead we should ravel and reshape the csr_array.

See discussion here.

psavery added 2 commits June 27, 2025 23:29
Scipy is moving away from using csr_matrix and using csr_array for everything,
similarly to how numpy moved away from `np.matrix` and started using
`np.ndarray` for everything.

We ought to use `csr_array` instead.

Signed-off-by: Patrick Avery <[email protected]>
Instead we should ravel and reshape the `csr_array`.

See discussion [here](scipy/scipy#23211).

Signed-off-by: Patrick Avery <[email protected]>
@psavery psavery merged commit 2a3dc19 into master Jul 7, 2025
6 checks passed
@psavery psavery deleted the csr-array branch July 7, 2025 21:00
@codecov
Copy link

codecov bot commented Jul 7, 2025

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 48.63%. Comparing base (cfa0d3e) to head (e830e1e).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
hexrd/imageseries/load/framecache.py 83.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #821      +/-   ##
==========================================
- Coverage   48.65%   48.63%   -0.02%     
==========================================
  Files         143      143              
  Lines       22919    22911       -8     
==========================================
- Hits        11151    11143       -8     
  Misses      11768    11768              

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

3 participants