-
Notifications
You must be signed in to change notification settings - Fork 42
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
Numpy update might have broken the gif making command #20
Comments
The error is on this line. Has anyone found any workarounds for this? I tried adding |
@kboruff @nickbclifford @kesara
This deals with the scalar integer error, but then I got a new error.
Don't know what causes that one. |
For anyone else who finds this while troubleshooting: my quick-and-dirty solution was just to do away with images2gif entirely, and use Pillow to make the gifs. Large filesizes, but it works. You can check out my fork for details (and other improvements like progress bars). |
Using the gif argument now returns "Error: only integer scalar arrays can be converted to a scalar index"
This might be something to do with how Numpy is handling np.float32 now.
The text was updated successfully, but these errors were encountered: