We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdb7f7 commit 5562980Copy full SHA for 5562980
tests/test_knn_item_item.py
@@ -340,7 +340,7 @@ def test_ii_large_models(rng):
340
_log.info("checking a sample of neighborhoods")
341
items = algo_ub.item_index_.values
342
items = items[algo_ub.item_counts_.numpy() > 0]
343
- for i in rng.choice(items, 100):
+ for i in rng.choice(items, 50):
344
ipos = algo_ub.item_index_.get_loc(i)
345
_log.debug("checking item %d at position %d", i, ipos)
346
assert ipos == algo_lim.item_index_.get_loc(i)
0 commit comments