UNIF icon indicating copy to clipboard operation
UNIF copied to clipboard

Buffer dtype mismatch, expected 'long' but got 'long long'

Open KID-1412-git opened this issue 1 year ago • 1 comments

Hi, I got a error when i running the code, could you tell me how to solve it. Thanks!

图片

KID-1412-git avatar Nov 15 '23 03:11 KID-1412-git

Hi, this is my first time encountering a similar error, so I am unsure if I can provide the right suggestion.

Based on this error info, you have some mismatch between data types. You may try converting (u)int64 to (u)int32.

ShenhanQian avatar Nov 18 '23 20:11 ShenhanQian