Skip to content

Commit 5805515

Browse files
author
Fabio Ferreira
committed
fix: change test name
1 parent 84c0f48 commit 5805515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/networks/nets/test_checkpointunet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
]
165165

166166

167-
class TestUNET(unittest.TestCase):
167+
class TestCheckpointUNet(unittest.TestCase):
168168
@parameterized.expand(CASES)
169169
def test_shape(self, input_param, input_shape, expected_shape):
170170
net = CheckpointUNet(**input_param).to(device)

0 commit comments

Comments
 (0)