Skip to content

Commit

Permalink
3.9 needs longer?
Browse files Browse the repository at this point in the history
  • Loading branch information
lockwo committed Sep 6, 2024
1 parent 5010623 commit 9756e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ def λ1():
key=getkey(),
)
state = eqx.nn.State(spectral)
for _ in range(100):
for _ in range(200):
_, state = spectral(x, state)
assert jnp.allclose(λ1(), 1)

Expand Down

0 comments on commit 9756e2b

Please sign in to comment.