Skip to content

Commit 81bb5a5

Browse files
authored
update kornia test name
1 parent d72f6c0 commit 81bb5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_kornia.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import torch
55
import kornia
66

7-
class TestOpenCV(unittest.TestCase):
7+
class TestKornia(unittest.TestCase):
88
def test_imread_opencv(self):
99
img = cv2.imread('/input/tests/data/dot.png')
1010
img_t = kornia.image_to_tensor(img)

0 commit comments

Comments
 (0)