We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.Console.WriteLine(np.array(new string[,]{ { null, null }, { null, null } }))
throws
Error: System.Exception: Unable to determine array type. Could not find any non-null entries. Please specify dtype at NumpyDotNet.np.FindFirstNonNullValue(Array ssrc) at NumpyDotNet.np.asanyarray(Object a, dtype dtype, NPY_ORDER order) at NumpyDotNet.np.FromAny(Object src, dtype descr, Int32 minDepth, Int32 maxDepth, NPYARRAYFLAGS flags, Object context) at NumpyDotNet.np.CheckFromAny(Object src, dtype descr, Int32 minDepth, Int32 maxDepth, NPYARRAYFLAGS requires, Object context) at NumpyDotNet.np.array(Object src, dtype dtype, Boolean copy, NPY_ORDER order, Boolean subok, Int32 ndmin)
However, specifying dtype does not change this fact. The same exception is still thrown.
dtype
System.Console.WriteLine(np.array(new string[,]{ { null, null }, { null, null } }, np.Strings))
The text was updated successfully, but these errors were encountered:
I accepted your changes. They will be in the next release.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
throws
However, specifying
dtype
does not change this fact. The same exception is still thrown.The text was updated successfully, but these errors were encountered: