Skip to content

Commit 6428694

Browse files
jburnimtensorflower-gardener
authored andcommitted
Skip test_kf_vs_enkf in ensemble_kalman_filter_test.
PiperOrigin-RevId: 747486325
1 parent b500fff commit 6428694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tensorflow_probability/python/experimental/sequential/ensemble_kalman_filter_test.py

+1
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,7 @@ def test_kf_vs_enkf(
531531
perturbed_observations,
532532
):
533533
"""Check that the KF and EnKF solutions are the same."""
534+
self.skipTest('b/410065645')
534535
# Tests pass with n_ensemble = 1e7. The KF vs. EnKF tolerance is
535536
# proportional to 1 / sqrt(n_ensemble), so this shows good agreement.
536537
n_ensemble = int(1e4) if NUMPY_MODE else int(1e5)

0 commit comments

Comments
 (0)