Skip to content

Commit cb31acb

Browse files
fehiepsitensorflower-gardener
authored andcommitted
Disable ZeroInflatedNegativeBinomial in distribution_properties_test.
PiperOrigin-RevId: 473335210
1 parent 50c549a commit cb31acb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tensorflow_probability/python/distributions/hypothesis_testlib.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@
9090
'TransformedDistribution', # (has strategy)
9191
'QuantizedDistribution', # (has strategy)
9292
'VariationalGaussianProcess', # PSDKernel strategy not implemented.
93-
'WishartLinearOperator')
93+
'WishartLinearOperator',
94+
'ZeroInflatedNegativeBinomial', # b/244737961
95+
)
9496

9597

9698
# MUTEX_PARAMS are mutually exclusive parameters that cannot be drawn together

0 commit comments

Comments
 (0)