Skip to content

Optimizers with high atols should likely be using np.complex128 #5536

Closed
@dabacon

Description

@dabacon

We have flakes on tests that have quite high atols due to the move from np.complex128 to np.complex64 default. See #5535 for example. These are sometimes optimizers that are very numerically unstable. We should likely use np.complex128 for these optimizers (say ones with atols of 2e-5 or worse)

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/transformerskind/bug-reportSomething doesn't seem to work.triage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions