Skip to content

Commit

Permalink
Increase tolerances on test_multivariate_lmu
Browse files Browse the repository at this point in the history
  • Loading branch information
hunse authored and drasmuss committed Jun 16, 2021
1 parent 15d5ba9 commit 74e9b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_lmu/tests/test_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_multivariate_lmu(rng):

for i in range(memory_d):
assert np.allclose(
results[0][..., i * order : (i + 1) * order], results[i + 1], atol=1e-6
results[0][..., i * order : (i + 1) * order], results[i + 1], atol=2e-6
)


Expand Down

0 comments on commit 74e9b03

Please sign in to comment.