Skip to content

Commit c03f005

Browse files
Googlertensorflower-gardener
authored andcommitted
Re-enable ZeroInflatedNegativeBinomial in distribution_properties_test.
PiperOrigin-RevId: 472518810
1 parent cc84214 commit c03f005

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tensorflow_probability/python/distributions/hypothesis_testlib.py

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

9795

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

0 commit comments

Comments
 (0)