Skip to content

Commit

Permalink
Remove unused return
Browse files Browse the repository at this point in the history
  • Loading branch information
guarin committed Jan 26, 2024
1 parent 81f44dc commit 3980788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/modules/test_masked_autoencoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def test_forward_cuda(self):
)
class TestMAEDecoder(unittest.TestCase):
def test_init(self):
return MAEDecoder(
MAEDecoder(
seq_length=50,
num_layers=2,
num_heads=4,
Expand Down

0 comments on commit 3980788

Please sign in to comment.