dynamo-release
dynamo-release copied to clipboard
None object in dictionary will be ignored when saving to h5ad
It seems that if we initialize the value in a dictionary adata.uns[key] with None, it will be ignored when saving to h5ad. As a result, when we load the file, adata.uns[key] will raise a KeyError. We may solve this by adding a check before saving or use other value instead of None when initializing the dictionary in .uns.
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 14 days