Skip to content

Avoid deprecated setting of ndarray shape attribute - #65

Merged
paulromano merged 1 commit into
mainfrom
numpy-reshape
Sep 4, 2026
Merged

Avoid deprecated setting of ndarray shape attribute#65
paulromano merged 1 commit into
mainfrom
numpy-reshape

Conversation

@paulromano

Copy link
Copy Markdown
Contributor

Numpy 2.5 deprecated setting the .shape attribute on ndarrays. This PR replaces one instance of this by using the reshape method.

@paulromano
paulromano enabled auto-merge (squash) September 4, 2026 01:31
@paulromano
paulromano merged commit a210afd into main Sep 4, 2026
1 check passed
@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.18%. Comparing base (8168125) to head (70235e7).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #65      +/-   ##
==========================================
- Coverage   87.20%   87.18%   -0.02%     
==========================================
  Files           3        3              
  Lines         750      749       -1     
  Branches      197      197              
==========================================
- Hits          654      653       -1     
  Misses         52       52              
  Partials       44       44              

☔ View full report in Codecov by Harness.
📢 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.

@paulromano
paulromano deleted the numpy-reshape branch September 4, 2026 01:35
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.

1 participant