Skip to content

Commit

Permalink
Updated precommit.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBarkmann committed Jul 25, 2023
1 parent 80fe1ad commit 7219ec9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cansig/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@


def read_anndata(path: Pathlike) -> sc.AnnData:
# Workaround for a bug in scanpy.
adata = sc.read_h5ad(path)
adata.uns["log1p"] = {"base": None}
return adata

0 comments on commit 7219ec9

Please sign in to comment.