Skip to content
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

Fix build issues with enable #1070

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Fix cdef for dims
  • Loading branch information
itziakos committed Feb 1, 2025
commit 958c9578c5bc5c0270dc6a053f5b373c43644896
2 changes: 1 addition & 1 deletion kiva/quartz/ABCGI.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@ cdef class CGImageFile(CGImage):

cdef char* data
cdef char* py_data
cdef int numpy.npy_intp dims[3]
cdef numpy.npy_intp dims[3]
dims[0] = height
dims[1] = width
dims[2] = bits_per_pixel // bits_per_component
Expand Down
Loading