File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
pkgs/development/python-modules/numpyro Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,27 @@ buildPythonPackage rec {
90
90
"test_kl_dirichlet_dirichlet"
91
91
"test_kl_univariate"
92
92
"test_mean_var"
93
+ # since jax update to 0.5.0
94
+ "test_analytic_kl_2"
95
+ "test_analytic_kl_3"
96
+ "test_apply_kernel"
97
+ "test_beta_bernoulli"
98
+ "test_biject_to"
99
+ "test_bijective_transforms"
100
+ "test_change_point_x64"
101
+ "test_cholesky_update"
102
+ "test_dais_vae"
103
+ "test_discrete_gibbs_multiple_sites_chain"
104
+ "test_get_proposal_loc_and_scale"
105
+ "test_guide_plate_contraction"
106
+ "test_kernel_forward"
107
+ "test_log_prob_gradient"
108
+ "test_logistic_regression"
109
+ "test_logistic_regression_x64"
110
+ "test_scale"
111
+ "test_scan_svi"
112
+ "test_stein_particle_loss"
113
+ "test_weight_convergence"
93
114
94
115
# Tests want to download data
95
116
"data_load"
You can’t perform that action at this time.
0 commit comments