Skip to content

Commit 20b3d85

Browse files
rjpowertensorflower-gardener
authored andcommitted
Re-enable tests after fixes to graph dismantling.
PiperOrigin-RevId: 529136208
1 parent 9bc0d1e commit 20b3d85

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tensorflow_probability/python/sts/fitting_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

tensorflow_probability/python/sts/forecast_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)