Skip to content

Commit 5035858

Browse files
committed
resolve ci test falling
1 parent a9fa47b commit 5035858

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/models/nn/transformers/test_sasrec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def test_u2i_losses(
412412
pd.DataFrame(
413413
{
414414
Columns.User: [30, 30, 30, 40, 40, 40],
415-
Columns.Item: [11, 13, 15, 17, 13, 11],
415+
Columns.Item: [11, 13, 17, 17, 13, 11],
416416
Columns.Rank: [1, 2, 3, 1, 2, 3],
417417
}
418418
),
@@ -453,7 +453,7 @@ def test_u2i_with_key_and_attn_masks(
453453
pd.DataFrame(
454454
{
455455
Columns.User: [30, 30, 30, 40, 40, 40],
456-
Columns.Item: [11, 12, 13, 13, 14, 12],
456+
Columns.Item: [11, 13, 12, 13, 14, 12],
457457
Columns.Rank: [1, 2, 3, 1, 2, 3],
458458
}
459459
),

0 commit comments

Comments
 (0)