Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Sep 4, 2024
1 parent d2952dd commit e1b3eb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ def test_base():
# conf = dict(self.config_init[subcommand])

model = scPrint.load_from_checkpoint(
ckpt_path, precpt_gene_emb=None, attention_type="normal"
ckpt_path,
precpt_gene_emb=None,
# triton gets installed so it must think it has cuda enabled
transformer="normal",
)
dn = Denoiser(
plot_corr_size=10,
Expand Down

0 comments on commit e1b3eb3

Please sign in to comment.