Skip to content

Commit

Permalink
DOC fixed spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
MuawizChaudhary authored and janden committed Jul 22, 2020
1 parent bec6372 commit 4de0f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scattering1d/test_tensorflow_backend_1d.py
Expand Up @@ -106,7 +106,7 @@ def coefficent(n):
y_r = (x_r * coefficents).sum(-1)

z = backend.rfft(x_r)
# increase tolerance here as tensorflow fft is slightly inaccruate due to
# increase tolerance here as tensorflow fft is slightly inaccurate due to
# eigen implementation https://github.com/google/jax/issues/2952
# (see also below)
assert np.allclose(y_r, z, atol=1e-6, rtol=1e-7)
Expand Down

0 comments on commit 4de0f31

Please sign in to comment.