Peter Sobolewski
Peter Sobolewski
Ok so to migrate https://github.com/napari/napari/pull/5096 If I'm reading the changes correctly, I need to: 1). Add the new menu items to `CommandId` in https://github.com/napari/napari/blob/main/napari/_app_model/constants/_commands.py 2) Add the new menu items...
Thanks for the input. I'll prolly give it a go tomorrow, a WIP for sure. Lot more moving parts with the new system for sure. BTW LOL: the doc string...
> > Ok so to migrate #5096 If I'm reading the changes correctly, I need to: 1). Add the new menu items to `CommandId` in https://github.com/napari/napari/blob/main/napari/_app_model/constants/_commands.py 2) Add the new...
@Michael-L-Miller @Czaki With 0.4.17 `minimum` blending mode is released. Also, it's possible to change the canvas color thanks to: https://github.com/napari/napari/pull/2270 I think we can close? I mean it's not addressing...
Can you post the output of a few things: 1. in the terminal type `arch` and post the output. E.g. for me this shows `arm64` 2. In termnial, type `R`...
Ok your conda info shows: all `osx-64` channels, aka x86, and same for platform. And your python is, as a result, x86 and not arm64. Compare with mine, showing `osx-arm64`:...
I'm not sure, I've never had multiple conda, so I can't say. If you don't need the x86 conda for anything specific, then probably best to nuke it, otherwise you're...
No idea—I've been using the conda-forge conda from the beginning because it had arm64 support while anaconda didn't. If you only care about radian, you could probably use the macOS...
@delnatan If you want to try, I have a branch where I hacked in MPS support. https://github.com/psobolewskiPhD/cellpose/tree/feature/add_MPS_device I get about a 60% speedup for a set of the example images...
Sorry, been busy in RL. To be clear, as far as I was able to tell (https://github.com/AllenCellModeling/aicsimageio/issues/278#issuecomment-922492259) it's not just that X and Y were being swapped but that tile...