Skip to content

Commit

Permalink
Bump the rtol in hmc_test (#16787)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhseu authored Feb 6, 2018
1 parent e95fbc1 commit ca27418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def target_log_prob(x, y):
expected_vars,
])
self.assertAllClose(expected_means_, actual_means_, atol=0.05, rtol=0.16)
self.assertAllClose(expected_vars_, actual_vars_, atol=0., rtol=0.30)
self.assertAllClose(expected_vars_, actual_vars_, atol=0., rtol=0.40)


class HMCHandlesLists16(_HMCHandlesLists, test.TestCase):
Expand Down

0 comments on commit ca27418

Please sign in to comment.