Peter Sobolewski

Results 217 comments of Peter Sobolewski

> > I don't get whats up with the test at all—linux, pyside6? Seems ambitious... > > I think if you merge `main` and push, that test should pass now...

Holy cow, that was really helpful. ❤️

Man this conda issue is 😬 Looks like we're still waiting on: https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/314 to prevent the combo of 0.4.14 and vispy 0.11.0 But I'm not sure there was a fix...

Eep! Situation is worse right now with conda install not working at all. (mamba does work, at some point maybe should just change the docs to suggest mamba?) I think...

Fingers crossed, it's merged: https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/333#event-7574966504

As far as I can tell, everything is fixed. `conda create -n napari-clean python=3.10 napari` now installs napari 0.4.16 and vispy 0.10.0 `conda create -n napari-clean python=3.10 napari=0.4.14` properly installs...

@GenevieveBuckley Sorry about that! I'm on macOS so using miniforge, which uses conda-forge. I will edit my posts to clarify. Regarding docs, the installation docs *do* specify `-c conda-forge`: https://github.com/napari/napari#installation...

Please see testing in the original issue: https://github.com/napari/napari/issues/4891#issuecomment-1283985799 Using vanilla conda solver now properly installs 0.4.16 from conda-forge with proper vispy. If 0.4.15 is specified, the vispy also matches.

To clarify: what @haesleinhuepf shows is trying to set the contrast limit to a negative value, while the contrast limit range is still limited to positive values (see zero on...

contrast_limits are the limits of what is displayed in the canvas. contrast_limits_range are the limits of the slider, within which one can change the limits. So yes, in a sense...