Skip to content

Commit 0cedbb5

Browse files
committed
autofix
Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>
1 parent 336b287 commit 0cedbb5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/networks/blocks/test_selfattention.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727
einops, has_einops = optional_import("einops")
2828

2929
TEST_CASE_SABLOCK = [
30-
[
31-
params,
32-
(2, 512, params["hidden_size"]),
33-
(2, 512, params["hidden_size"]),
34-
]
30+
[params, (2, 512, params["hidden_size"]), (2, 512, params["hidden_size"])]
3531
for params in dict_product(
3632
dropout_rate=np.linspace(0, 1, 4),
3733
hidden_size=[360, 480, 600, 768],

0 commit comments

Comments
 (0)