LouisK92
LouisK92
When writing or copying an sdata.zarr to an external disk (ExFAT format) with Mac some hidden files starting with `._*` (so called AppleDouble sidecar files) are generated that lead to...
I was trying to rename columns of a spatialdata points object and ran into issues regarding the column that is labeled as feature_key. Some reproducible ways of how I tried...
I am using `sd.rasterize` on cell polygons of >100k cells and run into the error. ```pytb --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[14], line 1 ----> 1 sdata["cell_labels"]...
I am running segger in the `danielunyi42/segger_dev:cuda121` docker container on a system without gpu. The training went well by setting ```python trainer = Trainer( accelerator="cpu" ... ) ``` I then...