Skip to content

Commit 14bb570

Browse files
axchtensorflower-gardener
authored andcommitted
Raise numerical tolerance for JohnsonSU agreement with vmap.
PiperOrigin-RevId: 386463198
1 parent b35effd commit 14bb570

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow_probability/python/distributions/platform_compatibility_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
'BetaQuotient': 2e-5,
132132
'CholeskyLKJ': 1e-4,
133133
'GammaGamma': 2e-5,
134+
'JohnsonSU': 2e-6,
134135
'LKJ': 1e-3,
135136
'PowerSpherical': 2e-5,
136137
})
@@ -139,6 +140,7 @@
139140
VECTORIZED_LOGPROB_RTOL.update({
140141
'Beta': 1e-5,
141142
'GammaGamma': 1e-4,
143+
'JohnsonSU': 1e-5,
142144
'NegativeBinomial': 1e-5,
143145
'PERT': 1e-5,
144146
'PowerSpherical': 5e-5,

0 commit comments

Comments
 (0)