python3Packages.slicer: disable failing tests

main
P. R. d. O 2 years ago
parent 5a68a4274d
commit ae40cc0032
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7
  1. 6
      pkgs/development/python-modules/slicer/default.nix

@ -20,6 +20,12 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook pandas pytorch scipy ]; checkInputs = [ pytestCheckHook pandas pytorch scipy ];
disabledTests = [
# IndexError: too many indices for array
"test_slicer_sparse"
"test_operations_2d"
];
meta = with lib; { meta = with lib; {
description = "Wraps tensor-like objects and provides a uniform slicing interface via __getitem__"; description = "Wraps tensor-like objects and provides a uniform slicing interface via __getitem__";
homepage = "https://github.com/interpretml/slicer"; homepage = "https://github.com/interpretml/slicer";

Loading…
Cancel
Save