We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b500fff commit 6428694Copy full SHA for 6428694
tensorflow_probability/python/experimental/sequential/ensemble_kalman_filter_test.py
@@ -531,6 +531,7 @@ def test_kf_vs_enkf(
531
perturbed_observations,
532
):
533
"""Check that the KF and EnKF solutions are the same."""
534
+ self.skipTest('b/410065645')
535
# Tests pass with n_ensemble = 1e7. The KF vs. EnKF tolerance is
536
# proportional to 1 / sqrt(n_ensemble), so this shows good agreement.
537
n_ensemble = int(1e4) if NUMPY_MODE else int(1e5)
0 commit comments