-
Notifications
You must be signed in to change notification settings - Fork 69
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
gizeh.ImagePattern broke using Numpy ver 10 #25
Comments
For ref: numpy/numpy#7225 |
It can be fixed by modifying line 50 in "gizeh.py" from:
to:
|
bitblomster
added a commit
to bitblomster/gizeh
that referenced
this issue
Jan 30, 2018
…viour, as described in gizeh issue Zulko#25 and numpy issue #7225
Pull request #32 should fix this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried reporting this issue to numpy but they said the gizeh code needs to be modified:
You need to make the cast explicit using the
casting
argument in thenp.add
ufunc. That iscasting='unsafe'
.Would you fix this issue please? I would like to use gizeh and the latest version of numpy.
The text was updated successfully, but these errors were encountered: