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 cc84214 commit c03f005Copy full SHA for c03f005
tensorflow_probability/python/distributions/hypothesis_testlib.py
@@ -90,9 +90,7 @@
90
'TransformedDistribution', # (has strategy)
91
'QuantizedDistribution', # (has strategy)
92
'VariationalGaussianProcess', # PSDKernel strategy not implemented.
93
- 'WishartLinearOperator',
94
- 'ZeroInflatedNegativeBinomial', # b/244737961
95
-)
+ 'WishartLinearOperator')
96
97
98
# MUTEX_PARAMS are mutually exclusive parameters that cannot be drawn together
0 commit comments