SciSharp/NumSharp

np.load System.Exception

Kiord opened this issue · 0 comments

Kiord commented

I am loading several arrays in Unity using NumSharp's np.load. It works well for most of them but one throws an exception :

image

In NumPy np.load works fine for this this array.

here is a link to download this specific array.

What is the reason behind this exception ?

Thank you