clpy icon indicating copy to clipboard operation
clpy copied to clipboard

Pass clpy_tests/test_numpy_interop.py

Open LWisteria opened this issue 5 years ago • 1 comments

https://github.com/fixstars/clpy/blob/clpy/tests/clpy_tests/test_numpy_interop.py

LWisteria avatar Apr 01 '19 03:04 LWisteria

>       csr1 = clpy.sparse.csr_matrix((5, 3), dtype=numpy.float32)
E       AttributeError: module 'clpy.sparse' has no attribute 'csr_matrix'

nsakabe-fixstars avatar May 24 '19 01:05 nsakabe-fixstars