Tim Monko
Tim Monko
This `dump_plugins()` output suggests that my (ome).tif files could be read by default with the ome reader, so just to double check (since I may have installed bioio-czi after submitting...
I just wanted to comment in cased anyone else comes across this issue and is looking for assistance besides 'better GPU'. In fact, I came across this issue because processing...
I'm glad my description was helpful enough to figure that out. I was quite tired last night when writing that out... I can confirm that this code minimally reproduces the...
I just tested and `0.10.3` does not crash my kernel.
> So maybe to get something concrete for @ksofiyuk I would say: > > * rename to `categories` > > * solidify it into only a `dict[int, str] | None`...
Would still love to see this PR get in, but I'm moving to the next release since we are closing in on this current release. Thanks again! ❤️
Just bumping that this is still an issue. Here is the current traceback, with slightly more info than OP: ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) File ~\Documents\GitHub\napari\src\napari\utils\action_manager.py:230, in...
Ohhh, maybe I figured out how it works... If I rename/save the file ending with `ome.tiff` instead of `.tiff`, then `bioio-ome-tiff` takes precendence. I think my expectation would be that...
Here is what I ended up doing. Not really the most elegant solution, but you could have some kind of setting like bioio.preferred_reader = 'ome-tiff-reader', that intercepts on init of...
From the image.sc thread: https://forum.image.sc/t/vispy-non-reproducible-bugs/113771/18?u=timmonko The simplest reproducer thus far: 1. launch napari 2. add points layer 3. delete points layer 4. add cells 3D sample data (with command palette)...