Adam J. Stewart
Adam J. Stewart
I wonder how much of this is covered by our dataset tables: https://torchgeo.readthedocs.io/en/stable/api/datasets.html#non-geospatial-datasets Without a custom ruff plugin to check for this, I think it's going to be impossible to...
Never had this multiprocessing issue before, and I don't see anything in the code that looks sus. Can you reproduce this issue with the unit tests? If not I can...
Can you resolve the merge conflicts so we can run CI on this PR?
If you use ruff 0.8.0 it will sort `__all__` correctly. You can also copy-n-paste the file from the latest version and add the new line.
It's not really a matter of compatibility. Basically, we either use: ```python class FLAIR(NonGeoDataset, abc.ABC): # shared base class class FLAIR2(FLAIR): # override specific stuff ``` or: ```python class FLAIR(NonGeoDataset):...
Is this still a WIP? Would love to include this in the 0.7.0 release next week.
Not finalized yet but hopefully by the end of this week.
Hi @MathiasBaumgartinger, apologies for the delay. This issue slipped under the radar during the AGU/holiday rush and then I got busy with teaching. I'm now looking into this and have...
Can anyone share a specific builtin dataset/datamodule that they have encountered this issue with? A YAML file with the settings you used would be especially helpful. I haven't yet managed...
Thanks for the PR @Arjun-Walia! As I mentioned in #2501, simply adding this block to `pyproject.toml` only highlights the issue. The real challenge is increasing test coverage so we get...