enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.28k stars 282 forks source link

MAINT: fix non integer shape #1253

Closed homosapien-lcy closed 1 month ago

homosapien-lcy commented 1 year ago

After previous python updates, division no longer yields integer type, this has caused problems such as in #1244. This PR is aiming to fix this by add integer castings. closes #1244

prabhuramachandran commented 1 month ago

I've made the changes myself so this can be merged.