Skip to content

Remove reimplementation of np.testing.assert_allclose #551

@ricardoV94

Description

@ricardoV94

def assert_allclose(expected, value, rtol=None, atol=None):
if not _allclose(expected, value, rtol, atol):
raise WrongValue(expected, value, rtol, atol)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions