-
- Downloads
Fix python test failure because of MPI and vtkNrrdReader
The object factory overrides vtkNrrdReader to vtkPNrrdReader when an MPI build is enabled. Since, the test is not added as a parallel test, it is run with `vtkpython` instead of `pvtkpython` resulting in an error. This change disables the object factory override for vtkNrrdReader.
Please register or sign in to comment