-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
This error shouldn't be happening, right? #65
Comments
can you send a small sample of code that produces this error? It definitely should not be happening inside the numpydotnet library. The statement you show has two * operations. Is the error being thrown on your line? or inside Numpydotnet? |
It seems that cross arrays are not supported. |
I think the issue is that np.ceil does not know how to convert k2 which is an object array. I think what you want to do is use the form in k1 to get a multi-dimensional array.
|
Your screen shot code does not compile for me. I have tried it using .net 8. I find it helpful to break up complex statements into smaller steps to see what each is doing. See what I did below.
|
The text was updated successfully, but these errors were encountered: