Skip to content

Commit c856489

Browse files
jburnimtensorflower-gardener
authored andcommitted
Relax tolerance for RelaxedBernoulli in platform_compatability_test.
PiperOrigin-RevId: 389925132
1 parent b78a8fa commit c856489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow_probability/python/distributions/platform_compatibility_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
'Multinomial': 2e-4,
168168
'OneHotCategorical': 1e-5,
169169
'PowerSpherical': 2e-5,
170+
'RelaxedBernoulli': 2e-5,
170171
'SigmoidBeta': 5e-4,
171172
'Skellam': 1e-4,
172173
'TruncatedCauchy': 1e-5,

0 commit comments

Comments
 (0)