Quentin Blampey
Quentin Blampey
Hello @andrea-de-micheli, I tried executing your command and it reads the argument as expected. Can you try running the CLI command that you pasted without using snakemake? Are you sure...
Hi @andrea-de-micheli, have you tried my comment above? Let me know if I can close the issue
Hello @LucaMarconato, yes rioxarray also uses Dask. I'll try to see if I can obtain the same chunks with `dask-image` only, maybe looking at the source code of `rioxarray` could...
Actually, we don't load the shapes inside Sopa (as we intend to create new shapes) so we don't experience this issue 🙂
Hi @fmamberti-wandb! I'm saving pytorch-lightning checkpoints as artifacts, which is super convenient to load for me (I download the checkpoint using the `wandb` API and then use the `load_from_checkpoint` method...
Thanks @fmamberti-wandb 👍
Hello @fmamberti-wandb, just for your information, I'm now using `huggingface_hub` to share the checkpoints This way I can keep wandb as an optional dependency I'm not closing it, in case...
Hello @Maelle83, Sorry I'm not really familiar with reticulate. I have a few questions though: - is there a reason why you cloned the scyan repository? You can install it...
I think this is indeed the same issue as in #107. Which version of Sopa do you use? Try to upgrade sopa and this should all be fixed 🙂
Hello, Have you updated `utils.py`? I think that adding a wildcard in `self.sdata_path` [here](https://github.com/gustaveroussy/sopa/blob/3e5ebd766164b47f2787b73e4d7c7571f6ff8385/workflow/utils.py#L43) should do the trick, as everything else depends on this variable. But I'm not sure if...