Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Line plot: compatibility with scipy 1.14 #6845

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

markotoplak
Copy link
Member

Replace scipy.sparse .A with .toarray(). .A shortcut was removed in scipy 1.14.

.A shortcut was removed in scipy 1.14
Copy link

codecov bot commented Jun 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.26%. Comparing base (55905a4) to head (fcefef7).
Report is 41 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6845   +/-   ##
=======================================
  Coverage   88.26%   88.26%           
=======================================
  Files         326      326           
  Lines       71158    71146   -12     
=======================================
- Hits        62807    62797   -10     
+ Misses       8351     8349    -2     

@lanzagar lanzagar merged commit 910d625 into biolab:master Jun 28, 2024
21 of 30 checks passed
@markotoplak markotoplak deleted the replace.A branch July 4, 2024 14:15
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