Skip to content

Commit

Permalink
Disable GeneralizedExtremeValue distribution from `jax_transformati…
Browse files Browse the repository at this point in the history
…on_test.testLogProbSample`.

Re-enable after http://b/175654800 is resolved.

PiperOrigin-RevId: 347535479
  • Loading branch information
midfield authored and tensorflower-gardener committed Dec 15, 2020
1 parent 7ba09f6 commit 90fc5c9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@

JVP_SAMPLE_BLOCKLIST = ()
JVP_LOGPROB_SAMPLE_BLOCKLIST = (
'GeneralizedExtremeValue', # http://b/175654800
'Skellam', # http://b/171079052
)
JVP_LOGPROB_PARAM_BLOCKLIST = (
Expand All @@ -89,6 +90,7 @@

VJP_SAMPLE_BLOCKLIST = ()
VJP_LOGPROB_SAMPLE_BLOCKLIST = (
'GeneralizedExtremeValue', # http://b/175654800
'Skellam', # http://b/171079052
)
VJP_LOGPROB_PARAM_BLOCKLIST = (
Expand Down

0 comments on commit 90fc5c9

Please sign in to comment.