python312Packages.numpyro: disable failing tests (#371600)

This commit is contained in:
Gaétan Lepage
2025-01-07 11:52:33 +01:00
committed by GitHub
@@ -73,6 +73,10 @@ buildPythonPackage rec {
];
disabledTests = [
# jax.errors.UnexpectedTracerError: Encountered an unexpected tracer
"test_haiku_state_dropout_smoke"
"test_flax_state_dropout_smoke"
# AssertionError due to tolerance issues
"test_beta_binomial_log_prob"
"test_collapse_beta"