Commit 36f5c4f4 authored by Egor Krivov's avatar Egor Krivov
Browse files

Changed number of errors

parent 236124ee
...@@ -209,8 +209,8 @@ def test_optimizer32bit(dim1, dim2, gtype, optim_name, device): ...@@ -209,8 +209,8 @@ def test_optimizer32bit(dim1, dim2, gtype, optim_name, device):
) )
# since Lion can have pretty noisy updates where things lie at the boundary # since Lion can have pretty noisy updates where things lie at the boundary
# allow up to 10 errors for Lion # allow up to 15 errors for Lion
assert_most_approx_close(p1, p2.float(), atol=atol, rtol=rtol, max_error_count=10) assert_most_approx_close(p1, p2.float(), atol=atol, rtol=rtol, max_error_count=15)
if i % (k // 5) == 0 and i > 0: if i % (k // 5) == 0 and i > 0:
path = get_temp_dir() path = get_temp_dir()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment