<div dir="ltr"><div>Right now all of the tests in Common/Core pass with Python 3 except for TestNumpyInteface:</div><div><br></div><div>File "/Users/dgobbi/Work/Kitware/vtk-gitlab/Common/Core/Testing/Python/TestNumpyInterface.py", line 69, in <module></div><div>     assert algs.all(1 + randomVec - 1 - randomVec < 1E-4)</div><div>TypeError: unsupported operand type(s) for +: 'int' and 'VTKCompositeDataArray'</div><div><br></div><div>The problem lies with the VTKArray class in dataset_adapter.py.  The custom numeric operations work differently in Python 3, my guess is that some extra type coercion is needed.  Can someone take a look?</div><div><br></div><div> - David</div></div>