Skip to content

Commit

Permalink
Increase flaky test tolerance (pytorch#2185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngimel authored and soumith committed Jul 22, 2017
1 parent 35757af commit 3c275fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def tmp(t):
'baddbmm': 1e-4,
'rsqrt': 1e-4,
'cumprod': 1e-4,
'qr': 1e-4,
'qr': 1.02e-4,
}

simple_pointwise = [
Expand Down

0 comments on commit 3c275fe

Please sign in to comment.