Skip to content

Make sure to pass association when deriving arrays.

Berk Geveci requested to merge berkgeveci/vtk:pass-association-python into master

Whenever possible, methods that derive new arrays in Python should preserve array association. Otherwise, arrays end up with default association which is Field.

Merge request reports