Skip to content

Commit

Permalink
Fix: Import of Tensor in bleu unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
Labbeti committed Mar 4, 2024
1 parent cee41ef commit 1a4ba37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bleu_tchmet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# -*- coding: utf-8 -*-

import unittest

from unittest import TestCase

from torch import Tensor
from torchmetrics.text.bleu import BLEUScore

from aac_metrics.classes.bleu import BLEU
Expand Down

0 comments on commit 1a4ba37

Please sign in to comment.