enthought / mayavi

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

Remove redunant variable in explorer example #1207

Closed JaRoSchm closed 1 year ago

JaRoSchm commented 1 year ago

Hi,

additionally to #1163 this stopped the explorer example from working as since commit 0697654 numpy is imported as np which is used as a variable in this function too. I removed the variable because it was not used anyway.

prabhuramachandran commented 1 year ago

LGTM, the build failures are clearly unrelated.

prabhuramachandran commented 1 year ago

Thank you. I am unable to find a way to rerun these tests, so I am merging this for now.