PolarizedLightFieldMicroscopy / napari-LF

Light field imaging plugin for napari
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Development mode causing QPixmap error #29

Closed gschlafly closed 1 year ago

gschlafly commented 1 year ago

Description

Unable to easily see test updates in the napari viewer. When developing, we used to be able to run the script _widgetLF.py directly. Now napari does not even open. This is the same issue that was occurring on the Windows Workstation. It may have to do with the recent napari updates. I think this method still works on an older version of napari.

Screenshots

image

Files

To Reproduce

Run the _widgetLF.py script directly, with either Method 1 or 2 selected.

Current Workaround

After making changes to the code, run

pip install -e .
napari

to test the changes in the napari viewer.