Skip to content

Commit

Permalink
Raise tolerance on SmoothGrad reference tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Aug 1, 2022
1 parent 20e1c46 commit e82409d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/analyzer/test_reference_layer.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
atol = 1e-8

# Loosen tolerances for SmoothGrad because of random Gaussian noise
atol_smoothgrad = 0.15
atol_smoothgrad = 0.20
rtol_smoothgrad = 0.25

# Sizes used for data generation
Expand Down

0 comments on commit e82409d

Please sign in to comment.