Merge pull request #172260 from WolfangAukang/slicer-fix
python3Packages.slicer: disable failing tests
This commit is contained in:
commit
039f1fe1f0
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user