Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qubvel committed Dec 23, 2024
1 parent 61a5496 commit e97ce92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,3 @@ def test_forward_backward(self):

# check backward pass
output.mean().backward()

def test_encoder_params_are_set(self):
model = smp.create_model(arch=self.model_type)
self.assertEqual(model.encoder.name, self.test_encoder_name)

0 comments on commit e97ce92

Please sign in to comment.