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] import linesearch for modern scipy #642

Merged
merged 2 commits into from
Jun 25, 2024
Merged

[Fix] import linesearch for modern scipy #642

merged 2 commits into from
Jun 25, 2024

Conversation

rflamary
Copy link
Collaborator

@rflamary rflamary commented Jun 25, 2024

Types of changes

Fixes #641

Motivation and context / Related issue

How has this been tested (if it applies)

PR checklist

  • I have read the CONTRIBUTING document.
  • The documentation is up-to-date with the changes I made (check build artifacts).
  • All tests passed, and additional code has been covered with new tests.
  • I have added the PR and Issue fix to the RELEASES.md file.

Copy link

codecov bot commented Jun 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.66%. Comparing base (2941ed3) to head (adab804).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #642   +/-   ##
=======================================
  Coverage   96.66%   96.66%           
=======================================
  Files          85       85           
  Lines       16928    16928           
=======================================
  Hits        16364    16364           
  Misses        564      564           

@rflamary rflamary merged commit a195660 into master Jun 25, 2024
18 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.

[Bug] Linesearch hidden in scipy 1.14
1 participant