You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to initialize an NDArray with the short type, it throws a System.NotSupportedException. It seems like it only does this with shorts, every other type works fine. Heres a line of code to run to reproduce
var nd = new NDArray(dtype: np.int16, shape: new Shape(new []{1, 2}));
The text was updated successfully, but these errors were encountered:
When I try to initialize an NDArray with the short type, it throws a System.NotSupportedException. It seems like it only does this with shorts, every other type works fine. Heres a line of code to run to reproduce
var nd = new NDArray(dtype: np.int16, shape: new Shape(new []{1, 2}));
The text was updated successfully, but these errors were encountered: