Skip to content

Commit

Permalink
python312Packages.numpyro: skip newly failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Jan 24, 2025
1 parent 17ea2a7 commit 01f1d45
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pkgs/development/python-modules/numpyro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,30 @@ buildPythonPackage rec {
"test_kl_dirichlet_dirichlet"
"test_kl_univariate"
"test_mean_var"
# since jax update to 0.5.0
"test_analytic_kl_2"
"test_analytic_kl_3"
"test_apply_kernel"
"test_beta_bernoulli"
"test_biject_to"
"test_bijective_transforms"
"test_change_point_x64"
"test_cholesky_update"
"test_dais_vae"
"test_discrete_gibbs_multiple_sites_chain"
"test_entropy_categorical"
"test_gaussian_model"
"test_get_proposal_loc_and_scale"
"test_guide_plate_contraction"
"test_kernel_forward"
"test_laplace_approximation_warning"
"test_log_prob_gradient"
"test_logistic_regression"
"test_logistic_regression_x64"
"test_scale"
"test_scan_svi"
"test_stein_particle_loss"
"test_weight_convergence"

# Tests want to download data
"data_load"
Expand Down

0 comments on commit 01f1d45

Please sign in to comment.