Skip to content

Commit 2f4657e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 306d338 commit 2f4657e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/losses/test_unified_focal_loss.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class TestAsymmetricUnifiedFocalLoss(unittest.TestCase):
7474
def test_result(self, input_param, input_data, expected_val):
7575
"""
7676
Test AsymmetricUnifiedFocalLoss with various configurations.
77-
77+
7878
Args:
7979
input_param: Dict of loss constructor parameters (use_softmax, include_background, etc.).
8080
input_data: Dict containing y_pred (logits) and y_true (ground truth) tensors.

0 commit comments

Comments
 (0)