Peter Sobolewski

Results 667 comments of Peter Sobolewski

Just tested with Pyside6 6.6.1 and I get seemingly the same seg fault as above: ``` ❯ pytest napari/_qt/_tests/test_qt_viewer.py -v ============================= test session starts ============================== platform darwin -- Python 3.11.6,...

Tested with 6.6.2, still getting set fault, see: https://github.com/napari/napari/pull/6062/#issuecomment-1953266616

Just tested with pyside6 6.7: ``` ============================= test session starts ============================== platform darwin -- Python 3.12.2, pytest-8.1.1, pluggy-1.4.0 -- /Users/piotrsobolewski/Dev/miniforge3/envs/nap-pyside6/bin/python3.12 cachedir: .pytest_cache PySide6 6.7.0 -- Qt runtime 6.7.0 -- Qt...

Omg! With pyside6 6.7.1 the tests pass for me locally (python 3.12) ``` Results (38.58s): 53 passed 22 skipped 2 warnings WARNING: QObject::startTimer: Timers can only be used with threads...

One more small thing: we use the PR description in the commit message -- could you update the PR description? I believe it's out of date for the use of...

With psygnal 0.10.2 and main, deselecting the 1e6 points from the issue takes 3 min 30 s with psygnal 0.11.1 and main deselecting is virtually instant -- i can't time...

Bump: I closed https://github.com/napari/napari/issues/6746 because with 0.5.1 deselection is instant. The question of the events is still relevant though, so bumping.

@LucaMarconato Can you give this branch a shot in your use-case?

@DragaDoncila I should update the issue, but the bug you observe is something that came up recently when working with an end user that had 2 tifs (image, labels), and...

Is there any case where napari currently works "as expected" but this would break that? Because a folder of tiffs or whatnot as a time series is not affected. Edit:...