From fec45dfe9768106c6d662ba9df04ba125d4e68e8 Mon Sep 17 00:00:00 2001 From: Stephen Huan Date: Mon, 20 Jan 2025 22:34:57 -0500 Subject: [PATCH] python312Packages.jaxopt: remove redundant disables --- pkgs/development/python-modules/jaxopt/default.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/development/python-modules/jaxopt/default.nix b/pkgs/development/python-modules/jaxopt/default.nix index dcabae9d459a..c3347f2dfbdd 100644 --- a/pkgs/development/python-modules/jaxopt/default.nix +++ b/pkgs/development/python-modules/jaxopt/default.nix @@ -84,11 +84,6 @@ buildPythonPackage rec { "test_logreg_with_intercept_manual_loop3" ] ++ lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [ - # https://github.com/google/jaxopt/issues/577 - "test_binary_logit_log_likelihood" - "test_solve_sparse" - "test_logreg_with_intercept_manual_loop3" - # Flaky (AssertionError) "test_inv_hessian_product_pytree3" @@ -103,8 +98,6 @@ buildPythonPackage rec { "test_dtype_consistency" # AssertionError (flaky numerical tests) - "test_logreg_with_intercept_manual_loop3" - "test_binary_logit_log_likelihood" "test_inv_hessian_product_pytree3" ];