mayavi icon indicating copy to clipboard operation
mayavi copied to clipboard

WIP: Support 9.5.2

Open larsoner opened this issue 1 month ago • 0 comments

Trying to add support. Now I see:

_________________________________________________________________ TestArraySource.test_2d_data _________________________________________________________________
mayavi/tests/test_array_source.py:102: in test_2d_data
    sc1 = surf.actor.mapper.input.point_data.scalars.to_array()
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E   AttributeError: 'NoneType' object has no attribute 'to_array'

So there is still some bug with defaults

larsoner avatar Oct 10 '25 15:10 larsoner