We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c549a commit cb31acbCopy full SHA for cb31acb
tensorflow_probability/python/distributions/hypothesis_testlib.py
@@ -90,7 +90,9 @@
90
'TransformedDistribution', # (has strategy)
91
'QuantizedDistribution', # (has strategy)
92
'VariationalGaussianProcess', # PSDKernel strategy not implemented.
93
- 'WishartLinearOperator')
+ 'WishartLinearOperator',
94
+ 'ZeroInflatedNegativeBinomial', # b/244737961
95
+)
96
97
98
# MUTEX_PARAMS are mutually exclusive parameters that cannot be drawn together
0 commit comments