Skip to content

Numpy no longer supports np.float #5

@ingle

Description

@ingle

With recent version of numpy line 89 in depthy/stereo/cost_aggregation.py throws an error
AttributeError: module 'numpy' has no attribute 'float'. np.float was a deprecated alias for the builtin float.
Changing np.float to float fixes the error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions