You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In common.py there are many examples of looping over vtk arrays and insert values into python lists or numpy arrays. These should instead be converted using numpy_support functions.
Furthermore, there might be for-loops that can be vectorized, providing some speed-up to the algorithms.
The text was updated successfully, but these errors were encountered:
In common.py there are many examples of looping over vtk arrays and insert values into python lists or numpy arrays. These should instead be converted using numpy_support functions.
Furthermore, there might be for-loops that can be vectorized, providing some speed-up to the algorithms.
The text was updated successfully, but these errors were encountered: