Skip to content

Conversation

@saitcakmak
Copy link
Contributor

Summary:
Scipy ignores the bounds / constraints with a warning, if the given method does not support them. This can lead to significant bugs if the warning is filtered out somewhere.

Scipy behavior: https://github.com/scipy/scipy/blob/v1.13.0/scipy/optimize/_minimize.py#L577-L584

Differential Revision: D55724311

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55724311

@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels Apr 4, 2024
…eta-pytorch#2282)

Summary:

Scipy ignores the bounds / constraints with a warning, if the given method does not support them. This can lead to significant bugs if the warning is filtered out somewhere.

Scipy behavior: https://github.com/scipy/scipy/blob/v1.13.0/scipy/optimize/_minimize.py#L577-L584

Differential Revision: D55724311
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55724311

@codecov
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.97%. Comparing base (2e67361) to head (6364123).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2282   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files         197      197           
  Lines       17149    17151    +2     
=======================================
+ Hits        17145    17147    +2     
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 968e465.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants