Skip to content

Commit

Permalink
tuple compared to tuple
Browse files Browse the repository at this point in the history
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
  • Loading branch information
Joao-L-S-Almeida committed Jan 7, 2025
1 parent d6486f3 commit bfbb78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_encoder_decoder_model_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def test_create_model_with_smp_deeplabv3plus_decoder(
model.eval()

with torch.no_grad():
assert model(model_input).output.shape == expected
assert model(model_input).output.shape == tuple(expected)

gc.collect()

Expand Down

0 comments on commit bfbb78f

Please sign in to comment.