Tommaso Comparin

Results 5 issues of Tommaso Comparin

Hi there, and thanks for your support. While working on [a different project](https://github.com/fractal-analytics-platform/fractal), with @mfranzon and @jluethi we noticed an unexpected increase of RAM usage during subsequent runs of cellpose...

bug
help wanted

Hi there, and thanks for your support. We (me and @mfranzon) encountered some issues while trying to reproduce the behavior of https://github.com/ome/ome-zarr-py/pull/57#issuecomment-722443138, that is, to visualize (in napari) a zarr...

Hi there, In our [fractal-server](https://github.com/fractal-analytics-platform/fractal-server) project, we make use of (our own subclass of) `cfut.SlurmExecutor`, both via the `executor.submit(..)` and `executor.map(..)` methods. While debugging some `map()` issues, we noticed that...

First, I added pytest. Then I hit this error upon (`poetry run pytest`): ``` E FileNotFoundError: [Errno 2] No such file or directory: 'test_settings.toml' ``` The file exists, but I...

How do I install/use this application? How do I run tests? I'm looking at `dev` (should I look at a different branch?). I see a `poetry.lock` file, and then I...