Skip to content

Newer scipy version triggering UserWarning #844

Description

@AVHopp

The newest version of scipy contains a new optimization shortcut for the case of lower and upper bounds being equal. This procedure passes a non-writable array without copying it. As botorch calls torch.from_numpy on this array, a UserWarning is triggered. This causes our current tests to fail, see #843

Proposed solution:

Opinions on whether or not to temporarily fix @AdrianSosic @Scienfitz @kalama-ai ?

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency file

Type

Fields

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions