Skip to content

Tests failing due to upstream OpenMDAO change related to check_partials error computation #203

@kejacobson

Description

@kejacobson

An upstream change to OpenMDAO changes the way that errors are computed, and changes a name in error totals from forward_reverse to fwd_rev.

If we wish to maintain backwards compatibility of our tests with OpenMDAO, we'll need to check the version number of OpenMDAO in order to change the forward/reverse variable name as well as the tolerances we use for the finite differences since the tolerances used for previous versions of OpenMDAO now fail.

If we don't wish to maintain backwards compatibility of the tests, then we can change forward_reverse to fwd_rev and update the tolerances.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions