homosapien-lcy
homosapien-lcy
**Problem Description** When running examples/demo/updating_plot/updating_plot1.py, a NotImplementedError will be raised. It seems that this error comes from enable/enable/examples/_example_support.py and the _create_component is left unimplemented. If this is deliberately left unimplemented...
**Problem Description** When running chaco/chaco/examples/demo/advanced/scalar_image_function_inspector.py, a ValueError: object of too small depth for desired array will be raised **Reproduction Steps:** ```python python chaco/chaco/examples/demo/advanced/scalar_image_function_inspector.py ``` Link: https://github.com/enthought/chaco/blob/main/chaco/examples/demo/advanced/scalar_image_function_inspector.py Full Stacktrace: ``` (py311)...
**Problem Description** When running multiple demos using python 3.11 or 3.8 (without EDM), a TypeError: unsupported operand type(s) for &: 'int' and 'KeyboardModifier' will occur after closing the plot window...
**Problem Description** examples/user_guide/plot_types/create_plot_snapshots will generate file not found error for capitol.jpg **Reproduction Steps:** python examples/user_guide/plot_types/create_plot_snapshots **OS, Python version:** [MacOS, python3.11]
When running mayavi/examples/mayavi/interactive/lorenz_ui.py, ModuleNotFoundError: No module named 'traitsui.qt4.editor' will be raised. This is probably due to mayavi haven't adapted to the update of qt renaming in traitsui Replication: python3.11 mayavi/examples/mayavi/interactive/lorenz_ui.py...
After previous python updates, division no longer yields integer type, this has caused problems such as in #1244. This PR is aiming to fix this by add integer castings. closes...
when running mayavi/examples/tvtk/scene.py, AttributeError: 'NoneType' object has no attribute 'interpreter' will raise replication: python mayavi/examples/tvtk/scene.py link: https://github.com/enthought/mayavi/blob/master/examples/tvtk/scene.py Full traceback: ``` (py311) (base) cyliu@aus552cyliu mayavi % python3.11 examples/tvtk/scene.py 2023-05-12 17:29:37.582 Python[72894:370024]...
When running mayavi/examples/mayavi/data_interaction/normal_flipping_stl.py, an AttributeError: 'NoneType' object has no attribute 'to_array' will rise Replication: python3.11 mayavi/examples/mayavi/data_interaction/normal_flipping_stl.py trace: ``` (py311) (base) cyliu@aus552cyliu mayavi % python3.11 examples/mayavi/data_interaction/normal_flipping_stl.py 2023-05-11 15:32:59.308 ( 2.607s) [...
When run mayavi/examples/mayavi/mlab/chemistry.py, a NameError: name 'file' is not defined. Did you mean: 'filter'? will rise Replication: python mayavi/examples/mayavi/mlab/chemistry.py Full trace: ``` (py311) (base) cyliu@aus552cyliu 3.11_test % python3.11 mayavi/examples/mayavi/mlab/chemistry.py Downloading...
When running mayavi/examples/tvtk/visual/bounce.py, a TypeError: order must be str, not bool will raise Replication: python mayavi/examples/tvtk/visual/bounce.py Trace: ``` (py311) (base) cyliu@aus552cyliu 3.11_test % python3.11 mayavi/examples/tvtk/visual/bounce.py 2023-05-11 16:36:21.061 Python[8444:216840] ApplePersistenceIgnoreState: Existing...