We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
read_as_dask
1 parent 74eb55d commit 44a0ddfCopy full SHA for 44a0ddf
1 file changed
src/fancypackage/io/_dask.py
@@ -88,4 +88,6 @@ def read_as_dask(
88
for varm_key in varm_keys:
89
adata.varm[varm_key] = read_elem_lazy(group[f"varm/{varm_key}"])
90
91
+ store.close()
92
+
93
return adata
0 commit comments