Skip to content

Commit

Permalink
Increase rtol for GammaGamma logprob test.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 654068648
  • Loading branch information
brianwa84 authored and tensorflower-gardener committed Jul 19, 2024
1 parent d1aadb8 commit 7bce5ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@

COMPOSITE_TENSOR_LOGPROB_RTOL = collections.defaultdict(lambda: 1e-6)
COMPOSITE_TENSOR_LOGPROB_RTOL.update({
'GammaGamma': 1e-5,
'WishartTriL': 1e-5,
})

Expand Down

0 comments on commit 7bce5ed

Please sign in to comment.