-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When opening images from an HDF5 file (File/Open HDF5 files...) and visualizing in the image panel, the console shouts:
CRITICAL - Unhandled exception
Traceback (most recent call last):
File "C:\Users\mathi\anaconda3\envs\datalab\Lib\site-packages\plotpy\plot\manager.py", line 459, in update_tools_status
tool.update_status(plot)
File "C:\Users\mathi\anaconda3\envs\datalab\Lib\site-packages\plotpy\tools\image.py", line 718, in update_status
self.action.setChecked(state)
TypeError: setChecked(self, a0: bool): argument 1 has unexpected type 'numpy.bool'
To Reproduce
- Generate random images in DataLab, from the Create menu for example.
- Save to an hdf5 file
- Open the hdf5 file in a clean DataLab workspace
- Select an image in the image panel
- See error on the console below (screenshot)
Screenshots
Installation information
- Conda environment, Python 3.11
- DataLab v1.0.1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working