enable checking more types in UnitTestScatterAndMaskWithTopology
This bug was introduced in 35276434 in vtkm/worklet/testing/UnitTestScatterAndMaskWithTopology.cxx
in the class DoTestWorklet::operator()
.
Apparently the error is triggered when ArrayCopy
is called in a function which is called from TryTypes
, more details can be seen in the diff.
The bug was actually fixed in !2011 (merged), thus this MR is recycled as a simple refactor.
Edited by Vicente Bolea