You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.
which uses the L2-norm and so can give errors even if the vectors are equal within tol elementwise (L-inf norm). (Linf(x) <= L2(x) <= sqrt(n)Linf(x))
Should we be testing instead
Currently most tests are of the form
which uses the L2-norm and so can give errors even if the vectors are equal within tol elementwise (L-inf norm). (Linf(x) <= L2(x) <= sqrt(n)Linf(x))
Should we be testing instead
? Or do we really want to test the L2 norm?
See https://discourse.julialang.org/t/unit-test-equality-for-arrays/8138/13
The text was updated successfully, but these errors were encountered: