faiss.tests.pytest: disable a failing float-vs-double test
This commit is contained in:
parent
416dba1bbc
commit
f66901ff23
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ buildPythonPackage {
|
|||
"test_contrib.py"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# https://github.com/facebookresearch/faiss/issues/2836
|
||||
"test_update_codebooks_with_double"
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
faiss
|
||||
pytestCheckHook
|
||||
|
|
Loading…
Reference in a new issue