mayavi icon indicating copy to clipboard operation
mayavi copied to clipboard

Fix dataset reset in test_mlab_source and precision issue in test_bui…

Open paullewallencom opened this issue 9 months ago • 1 comments

Summary

  • Fixed precision issue in test_builtin_surface.py by explicitly setting radius and updating traits.
  • Fixed dataset reset issue in test_mlab_source.py by forcing update_traits() before verification.
  • Verified against Python 3.13 and VTK 9.4; all 308 tests now pass.

paullewallencom avatar Mar 10 '25 23:03 paullewallencom

@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

larsoner avatar Apr 02 '25 16:04 larsoner

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!

prabhuramachandran avatar May 11 '25 13:05 prabhuramachandran