Skip to content

Commit

Permalink
Removed print debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-james committed Jan 25, 2025
1 parent 8833b32 commit 9820f38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions benj/load_anndata.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ def load_anndata(h5ad:_PathLike,
gc.collect()
if verbose:
import logging
print("X:", adata.X)
print("obs:", adata.obs.head())
print("var:", adata.var.head())
logger = logging.getLogger(logger)
logging.basicConfig(level=logging.INFO)
logger.info("Read %d cells" % adata.shape[0])
Expand Down

0 comments on commit 9820f38

Please sign in to comment.