Skip to content

Commit

Permalink
fix loading script
Browse files Browse the repository at this point in the history
  • Loading branch information
le-ander committed Nov 10, 2023
1 parent 06a97c8 commit 8f977d6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ def load(data_dir, sample_fn, **kwargs):
pass
else:
assert False

adata.obs.columns = adata.obs.columns.astype(str)

return adata

0 comments on commit 8f977d6

Please sign in to comment.