Yuta Koreeda
Yuta Koreeda
### Environment - TeXstudio: TeXstudio 4.3.0 (git 4.3.0) - Qt: Using Qt Version 6.3.1, compiled with Qt 6.3.1 R - OS: macOS 12.5.1 - TeX distribution: TexLive (mactex on brew)...
I believe it is better to note each framework's version. It may get mixed up when a framework decides to make a change.
# Problem description ``` cupyx.scipy.sparse.csr_matrix(( np.ones([4], np.int32), np.array([1, 2, 3, 4], np.int32), np.array([0, 2, 3]) )) ``` gives following error. ``` --------------------------------------------------------------------------- ValueError Traceback (most recent call last) in ()...