Skip to content

Commit

Permalink
wrong comit
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Nov 18, 2024
1 parent d2919a7 commit 32a28f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scprint/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ def _full_training(
# TASK 3. denoising
if do_denoise:
for i in noise:
expr = utils.downsample_profile(expression, dropout=i, randsamp=True)
expr = utils.downsample_profile(expression, dropout=i)
output = self.forward(
gene_pos,
expression=expr,
Expand Down

0 comments on commit 32a28f8

Please sign in to comment.