mayavi
mayavi copied to clipboard
Fix dataset reset in test_mlab_source and precision issue in test_bui…
Summary
- Fixed precision issue in
test_builtin_surface.pyby explicitly settingradiusand updating traits. - Fixed dataset reset issue in
test_mlab_source.pyby forcingupdate_traits()before verification. - Verified against Python 3.13 and VTK 9.4; all 308 tests now pass.
@paullewallencom looks like your PR is failing because VTK 9.4.2 came out. You can either try fixing those errors (which usually means doing some investigation into the TVTK wrapper and adding some skips to get/set method stuff) or wait for me or @prabhuramachandran to do it in a separate PR
I am closing the PR, if you feel that we need to take another look please let us know if there is something we have missed and reopen the PR. Thank you!