Skip to content

Commit

Permalink
Update test_linear.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Apr 11, 2024
1 parent 3cbd820 commit 15c3e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class PlusOne(NamedTuple):
def _(
input: jax.Array,
weight: PlusOne,
bias: jax.Array | None,
bias,
in_axis: Sequence[int],
out_axis: Sequence[int],
):
Expand Down

0 comments on commit 15c3e88

Please sign in to comment.