Skip to content

Commit 24e6a9a

Browse files
Update keras_rs/src/losses/lambda_weights_test.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 3013982 commit 24e6a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras_rs/src/losses/lambda_weights_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_pair_weights_default(self):
9999
[2., 1., 0.]]])
100100
self.assertAllClose(result, expected)
101101

102-
def test_pair_weights_default(self):
102+
def test_dcg_pair_weights_default(self):
103103
"""Test default DCG pair weights."""
104104
labels = ops.convert_to_tensor([[2.0, 1.0, 0.0]])
105105
ranks = ops.convert_to_tensor([[1, 2, 3]])

0 commit comments

Comments
 (0)