Skip to content

Commit

Permalink
#885 - reverting adjustment since there is no evidence it is faster
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsrs committed Sep 11, 2024
1 parent 297f938 commit 8b6529b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geardb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ def get_shape(self, session_id=None, tuple_only=False):

import scanpy as sc
sc.settings.verbosity = 0
adata = sc.read_h5ad(h5ad_file_path, backed='r')
adata = sc.read_h5ad(h5ad_file_path)
(n_obs, n_vars) = adata.shape
if tuple_only:
return (n_obs, n_vars)
Expand Down

0 comments on commit 8b6529b

Please sign in to comment.