Skip to content

Commit

Permalink
clean_up
Browse files Browse the repository at this point in the history
  • Loading branch information
Intron7 committed Aug 3, 2023
1 parent dd76dd7 commit 2474911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scanpy/preprocessing/_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ def regress_out(
# res is a list of vectors (each corresponding to a regressed gene column).
# The transpose is needed to get the matrix in the shape needed
_set_obs_rep(adata, np.vstack(res).T, layer=layer)
# adata.X = np.vstack(res).T.astype(adata.X.dtype)
logg.info(' finished', time=start)
return adata if copy else None

Expand Down

0 comments on commit 2474911

Please sign in to comment.