Skip to content

Commit

Permalink
another issue bruh
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomlogo authored Feb 28, 2023
1 parent ec23cf9 commit 7c959fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flax/builtins.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,8 @@
attrdict(
arity=1,
call=lambda x: variadic_link(
links[0].call,
(transpose(variadic_link(links[0].call, (x,), force_monad=True)),),
links[0],
(transpose(variadic_link(links[0], (x,), force_monad=True)),),
force_monad=True,
),
)
Expand Down

0 comments on commit 7c959fe

Please sign in to comment.