Skip to content

Commit ef5ee24

Browse files
Added test file
1 parent 045e413 commit ef5ee24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

keras_rs/src/losses/list_mle_loss_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from keras_rs.src import testing
88
from keras_rs.src.losses.list_mle_loss import ListMLELoss
99

10-
1110
class ListMLELossTest(testing.TestCase, parameterized.TestCase):
1211
def setUp(self):
1312
self.unbatched_scores = ops.array([1.0, 3.0, 2.0, 4.0, 0.8])

0 commit comments

Comments
 (0)