python3Packages.slicer: disable failing tests

This commit is contained in:
P. R. d. O
2022-05-09 18:18:18 -06:00
parent 5a68a4274d
commit ae40cc0032
@@ -20,6 +20,12 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook pandas pytorch scipy ];
disabledTests = [
# IndexError: too many indices for array
"test_slicer_sparse"
"test_operations_2d"
];
meta = with lib; {
description = "Wraps tensor-like objects and provides a uniform slicing interface via __getitem__";
homepage = "https://github.com/interpretml/slicer";