enthought / mayavi

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

typo in examples/compute_in_thread.py #1212

Open fred4ets opened 1 year ago

fred4ets commented 1 year ago

In make_data(), line 29

np = dims[0]dims[1]dims[2]

is useless and overrides, line 12

import numpy as np