Closed yamachu closed 5 years ago
Python numpy cannot load a npy file that generated by NumSharp.np.Save method. Because shape shows (R) not (R,).
(R)
(R,)
So I changed save with shape (R,).
Please sync with upstream often.
Python numpy cannot load a npy file that generated by NumSharp.np.Save method. Because shape shows
(R)
not(R,)
.So I changed save with shape
(R,)
.