Peter Sobolewski

Results 682 comments of Peter Sobolewski

FYI I ran the script from the OP (n= 10 mil) with newest vispy and psygnal and I get: ``` Creating layer with 10000000 vertices: 11.0905 seconds Creating layer with...

I've re-run the non-Qt ones. Looked like a glitch in there, where suddenly a few jumped to >1s.

Everything still looks good to me. it's even faster: ``` Creating layer with 1000000 vertices: 0.1736 seconds Creating layer with 1000000 vertices and as many symbols: 0.3118 seconds Creating layer...

Nice! thanks for the link! I'm not sure why ezomero has it's own docker compose -- maybe historical. It does have a lot pre-configured in conf.py so still useful as...

We could have a workflow with a subset of OMERO-interacting tests run on ubuntu. And then some tests run across other platforms that are just unit tests, test the widgets...

It might also be worth heavily borrowing from the ezomero conftest: https://github.com/TheJacksonLaboratory/ezomero/blob/main/tests/conftest.py

Could make `ezomero` a test dependency...

@will-moore @joshmoore what's the ` ${{ secrets.OMERO_TEST_INFRA_REF }}` in that action example? @jo-mueller A separate Action might be easier, because it might be easier to configure to run the hypothetical...

Thanks! Glad the tooltip is working, maybe worth trying to get the file name there too! My only concern with using file names in the layer name is that file...

Ok, so the reason the tooltip and status have the image ID is because that's what the reader contribution uses: https://github.com/tlambert03/napari-omero/blob/7bed4a7c84a0a68275920591f9eab059d629df2b/src/napari_omero/widgets/main.py#L202 Not sure off the top of my head how...