Skip to content

Commit

Permalink
RM device
Browse files Browse the repository at this point in the history
  • Loading branch information
jmschrei committed Oct 31, 2024
1 parent 6c1da9f commit 63a644d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_seqlet.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_isotonic_thresholds_min_frac(X_contrib):


def test_tfmodisco_seqlets(X_contrib):
seqlets = tfmodisco_seqlets(X_contrib, device='cpu')
seqlets = tfmodisco_seqlets(X_contrib)
pos_seqlets = seqlets[seqlets['attribution'] >= 0]
neg_seqlets = seqlets[seqlets['attribution'] < 0]

Expand Down

0 comments on commit 63a644d

Please sign in to comment.