Unverified Commit e16e376e authored by Yt's avatar Yt Committed by GitHub
Browse files

python312Packages.blackjax: disable failing tests (#377350)

parents 3bb31989 b5f82750
Loading
Loading
Loading
Loading
+17 −6
Original line number Diff line number Diff line
@@ -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"
  ];
@@ -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)