Skip to content

(NumPy) Pending Deprecation - matrix subclass #35

Description

@rappdw

tests/test_redblack.py::test_vector_matrix_rproduct
/Users/drapp/dev/redblackgraph/redblackgraph/core/redblack.py:112:

PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see (numpy for matlab users)[https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html]). Please adjust your code to use regular ndarray.
return super(matrix, cls).new(cls, data, dtype=dtype, copy=copy)

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