Skip to content

Commit

Permalink
fix loompy.connect.close()
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerBergen committed Aug 22, 2018
1 parent 6d56fdd commit 20034d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scvelo/preprocessing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ def read_loom_layers(file_name, backup_url=None):
var['var_names'] = var.pop('Gene')

adata = AnnData(X, obs=obs, var=var, layers=layers)
lc.close()

return adata

0 comments on commit 20034d0

Please sign in to comment.