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)
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)