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 1f45b31 commit 2e9c757Copy full SHA for 2e9c757
tensorflow_probability/python/distributions/distribution_properties_test.py
@@ -85,11 +85,13 @@
85
86
SLICING_LOGPROB_ATOL = collections.defaultdict(lambda: 1e-5)
87
SLICING_LOGPROB_ATOL.update({
88
+ 'NormalInverseGaussian': 3e-4, # b/193076242
89
'Weibull': 3e-5,
90
})
91
92
SLICING_LOGPROB_RTOL = collections.defaultdict(lambda: 1e-5)
93
SLICING_LOGPROB_RTOL.update({
94
+ 'NormalInverseGaussian': 5e-3, # b/193076242
95
96
97
0 commit comments