Skip to content

Commit e97ce92

Browse files
committed
Fix
1 parent 61a5496 commit e97ce92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/models/base.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,3 @@ def test_forward_backward(self):
5050

5151
# check backward pass
5252
output.mean().backward()
53-
54-
def test_encoder_params_are_set(self):
55-
model = smp.create_model(arch=self.model_type)
56-
self.assertEqual(model.encoder.name, self.test_encoder_name)

0 commit comments

Comments
 (0)