Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Nov 11, 2019
1 parent 22ea69e commit d582c02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/magic/magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ def transform(self, X=None, genes=None, t_max=20, plot_optimal_t=False, ax=None)
if store_result:
self.X_magic = X_magic

print(X_magic.shape)
# return selected genes
if isinstance(genes, str) and genes == "pca_only":
X_magic = PCA().fit_transform(X_magic)
Expand Down

0 comments on commit d582c02

Please sign in to comment.