Skip to content

Commit 0ba71de

Browse files
committed
fixed bpr test
1 parent a049d51 commit 0ba71de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/test_implicit_bpr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def dataset(self) -> Dataset:
9292
pd.DataFrame(
9393
{
9494
Columns.User: [10, 10, 20, 20],
95-
Columns.Item: [11, 17, 11, 17],
95+
Columns.Item: [11, 12, 11, 17],
9696
Columns.Rank: [1, 2, 1, 2],
9797
}
9898
),

0 commit comments

Comments
 (0)