Skip to content

Commit a526419

Browse files
committed
run bias & pop tests even without JIT
1 parent a80e614 commit a526419

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lenskit/tests/basic/test_bias.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
class TestBias(BasicComponentTests, ScorerTests):
3434
component = BiasScorer
35+
needs_jit = False
3536
configs = [{"damping": 10}, {"damping": (5, 25)}]
3637
can_score = "all"
3738

lenskit/tests/basic/test_popular.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919

2020
class TestPopScore(BasicComponentTests, ScorerTests):
21+
needs_jit = False
2122
component = PopScorer
2223

2324

0 commit comments

Comments
 (0)