From f66901ff23f23d45b240bae2395627ded4e20f42 Mon Sep 17 00:00:00 2001 From: Someone Serge Date: Thu, 4 May 2023 20:20:51 +0300 Subject: [PATCH] faiss.tests.pytest: disable a failing float-vs-double test --- pkgs/development/libraries/science/math/faiss/tests.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/libraries/science/math/faiss/tests.nix b/pkgs/development/libraries/science/math/faiss/tests.nix index bd38dbfe9e31..858a980bfeaf 100644 --- a/pkgs/development/libraries/science/math/faiss/tests.nix +++ b/pkgs/development/libraries/science/math/faiss/tests.nix @@ -23,6 +23,11 @@ buildPythonPackage { "test_contrib.py" ]; + disabledTests = [ + # https://github.com/facebookresearch/faiss/issues/2836 + "test_update_codebooks_with_double" + ]; + nativeCheckInputs = [ faiss pytestCheckHook