Skip to content

[test] Fix test for non numeric array

MelanieCarriere requested to merge FixTestForNonNumericArray into master

vtkDataArray can only represent a numeric array.
For example vtkStringArray is not a vtkDataArray.
This MR allow checking value for all vtkAbstractArray (as vtkStringArray)

Edited by MelanieCarriere

Merge request reports