Loading pkgs/development/python-modules/blackjax/default.nix +17 −6 Original line number Diff line number Diff line Loading @@ -49,9 +49,9 @@ buildPythonPackage rec { pytest-xdist ]; disabledTestPaths = [ "tests/test_benchmarks.py" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ disabledTestPaths = [ "tests/test_benchmarks.py" # Assertion errors on numerical values "tests/mcmc/test_integrators.py" ]; Loading @@ -60,6 +60,17 @@ buildPythonPackage rec { [ # too slow "test_adaptive_tempered_smc" # AssertionError on numerical values "test_barker" "test_mclmc" "test_mcse4" "test_normal_univariate" "test_nuts__with_device" "test_nuts__with_jit" "test_nuts__without_device" "test_nuts__without_jit" "test_smc_waste_free__with_jit" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ # Numerical test (AssertionError) Loading Loading
pkgs/development/python-modules/blackjax/default.nix +17 −6 Original line number Diff line number Diff line Loading @@ -49,9 +49,9 @@ buildPythonPackage rec { pytest-xdist ]; disabledTestPaths = [ "tests/test_benchmarks.py" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ disabledTestPaths = [ "tests/test_benchmarks.py" # Assertion errors on numerical values "tests/mcmc/test_integrators.py" ]; Loading @@ -60,6 +60,17 @@ buildPythonPackage rec { [ # too slow "test_adaptive_tempered_smc" # AssertionError on numerical values "test_barker" "test_mclmc" "test_mcse4" "test_normal_univariate" "test_nuts__with_device" "test_nuts__with_jit" "test_nuts__without_device" "test_nuts__without_jit" "test_smc_waste_free__with_jit" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ # Numerical test (AssertionError) Loading