We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48685ae commit 2f43838Copy full SHA for 2f43838
1 file changed
tests/models/nn/transformers/test_sasrec.py
@@ -413,7 +413,7 @@ def test_u2i_losses(
413
pd.DataFrame(
414
{
415
Columns.User: [30, 30, 30, 40, 40, 40],
416
- Columns.Item: [11, 13, 17, 17, 13, 11],
+ Columns.Item: [11, 13, 15, 17, 13, 11],
417
Columns.Rank: [1, 2, 3, 1, 2, 3],
418
}
419
),
@@ -454,7 +454,7 @@ def test_u2i_with_key_and_attn_masks(
454
455
456
457
- Columns.Item: [11, 13, 12, 13, 14, 12],
+ Columns.Item: [11, 12, 13, 13, 14, 12],
458
459
460
0 commit comments