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
Is advanced array indexing notation available? I tried implementing the second example from the NumPy documentation about array indexing, however, each time I try to run it, I get the following error:
Is advanced array indexing notation available? I tried implementing the second example from the NumPy documentation about array indexing, however, each time I try to run it, I get the following error:
System.ArgumentException: 'Invalid slice notation'
My code is:
Where the
printNDarray2D
-function is:Is there a way to index an NDarray using another NDarray? Am I missing something?
The text was updated successfully, but these errors were encountered: