Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 31a6be1

Browse files
authored
Fix typo (#367)
Signed-off-by: Walter Hugo Lopez Pinaya <ianonimato@hotmail.com>
1 parent 02de27c commit 31a6be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_compute_fid_metric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from generative.metrics import FIDMetric
2020

2121

22-
class TestMMDMetric(unittest.TestCase):
22+
class TestFIDMetric(unittest.TestCase):
2323
def test_results(self):
2424
x = torch.Tensor([[1, 2], [1, 2], [1, 2]])
2525
y = torch.Tensor([[2, 2], [1, 2], [1, 2]])

0 commit comments

Comments
 (0)