Skip to content

Commit

Permalink
Disable MCEM HMC eager tests until TFP 0.3 release is cut. (TF 1.11 w…
Browse files Browse the repository at this point in the history
…ill have necessary

fixes for tf.Variable and interaction with TensorArray to permit re-enabling eager mode tests.)

PiperOrigin-RevId: 208099686
  • Loading branch information
Joshua V. Dillon authored and Copybara-Service committed Aug 9, 2018
1 parent d740d84 commit af26bd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow_probability/python/mcmc/hmc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,8 @@ def unnormalized_posterior_log_prob(w):
weights_prior_estimated_scale_[-5:].mean(),
err=0.005)

@test_util.run_in_graph_and_eager_modes
# TODO(b/112427830): Reenable eager tests for TF 1.11 release.
@run_in_graph_mode_only()
def test_step_size_adapts(self):
dtype = np.float32

Expand Down

0 comments on commit af26bd0

Please sign in to comment.