Skip to content

Commit

Permalink
Relax tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 529841759
  • Loading branch information
romanngg committed May 8, 2023
1 parent ed115c7 commit 928b0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/stax/branching_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def test_fan_in_conv(
else:
width = 1024
n_samples = 512
tol = 0.01
tol = 0.015

conv = stax.Conv(out_chan=width,
filter_shape=(3, 3),
Expand Down

0 comments on commit 928b0bc

Please sign in to comment.