Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo Stella committed Dec 14, 2022
1 parent 14b84b6 commit 2fc8c2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/torch/model/test_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ def assert_shapes_and_dtypes(tensors, shapes, dtypes):
),
4,
[[(4, 12), (4, 12), (4, 12)], (4, 1), (4, 1)],
[[torch.float, torch.float, torch.float], torch.float, torch.float],
[
[torch.float, torch.float, torch.float],
torch.float,
torch.float,
],
),
],
)
Expand Down

0 comments on commit 2fc8c2e

Please sign in to comment.