Skip to content

fix issue with matplotlib comparing local vars as if they were pointers

Ken Martin requested to merge ken-martin/vtk:wathplotlib_warnings into master

change to use the bool operator which is defined on the vtkSMartPyObject

Merge request reports