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

Fixing deprecations in scipy and numpy #2931

Merged
merged 5 commits into from
Aug 7, 2024
Merged

Fixing deprecations in scipy and numpy #2931

merged 5 commits into from
Aug 7, 2024

Conversation

jgostick
Copy link
Member

@jgostick jgostick commented Aug 7, 2024

This was originally started in a PR by @hpc-dave (#2923), but the github workflow for editing other people's PRs keeps eluding me. I pull the PR, did some additional edits, but can't seem to push to the same PR, so I am creating a new one. Hopefully @hpc-dave's contributions are still recognized by "the system".

Fixes #2922

Copy link

codecov bot commented Aug 7, 2024

Codecov Report

Attention: Patch coverage is 63.63636% with 4 lines in your changes missing coverage. Please review.

Project coverage is 89.7%. Comparing base (7c45c22) to head (18d004e).
Report is 9 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##             dev   #2931     +/-   ##
=======================================
- Coverage   89.7%   89.7%   -0.1%     
=======================================
  Files        148     148             
  Lines       8660    8662      +2     
=======================================
- Hits        7776    7774      -2     
- Misses       884     888      +4     

@jgostick jgostick merged commit 81d7c64 into dev Aug 7, 2024
8 of 12 checks passed
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.

from scipy.optimize.nonlin import TerminationCondition invalid with scipy v >= 1.14
2 participants