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
// Copy the data to that array [line 189 of PythonConnection.cs] System.IntPtr ptr = (System.IntPtr)PyInt.AsInt(pydata.__array_interface__["data"][0]).ToInt32(); Marshal.Copy(data, 0, ptr, nbytes) //Error
// Copy the data to that array [line 189 of PythonConnection.cs]System.IntPtr ptr = (System.IntPtr)PyInt.AsInt(pydata.__array_interface__["data"][0]).ToInt32();Marshal.Copy(data, 0, ptr, nbytes) //Error