File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
tensorflow_probability/python/sts Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,6 @@ def test_basic_hmc_example(self):
245245 @test_util .disable_test_for_backend (
246246 disable_jax = True , reason = 'No variables in JAX backend.' )
247247 def test_multiple_chains_example (self ):
248- self .skipTest ('b/275876892' )
249248 batch_shape = [2 , 3 ]
250249 num_timesteps = 5
251250 num_results = 6
Original file line number Diff line number Diff line change @@ -190,7 +190,6 @@ def _run():
190190
191191 @test_util .jax_disable_test_missing_functionality ('fit_with_hmc' )
192192 def test_forecast_from_hmc (self ):
193- self .skipTest ('b/275876892' )
194193 if not tf1 .control_flow_v2_enabled ():
195194 self .skipTest ('test_forecast_from_hmc does not currently work with TF1' )
196195
You can’t perform that action at this time.
0 commit comments