python310Packages.numpyro: add missing input for tests

This commit is contained in:
Fabian Affolter 2023-05-14 10:24:13 +02:00
parent afeb23c7e0
commit 7452a2d176

View File

@ -7,6 +7,7 @@
, numpy
, pytestCheckHook
, pythonOlder
, tensorflow-probability
, tqdm
}:
@ -31,6 +32,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
tensorflow-probability
pytestCheckHook
];
@ -46,11 +48,16 @@ buildPythonPackage rec {
"test_gamma_poisson"
"test_gof"
"test_hpdi"
"test_kl_dirichlet_dirichlet"
"test_kl_univariate"
"test_mean_var"
# Tests want to download data
"data_load"
"test_jsb_chorales"
# RuntimeWarning: overflow encountered in cast
"test_zero_inflated_logits_probs_agree"
# NameError: unbound axis name: _provenance
"test_model_transformation"
];
meta = with lib; {