python312Packages.dask-glm: disable failing test
This commit is contained in:
@@ -59,6 +59,9 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# ValueError: <class 'bool'> can be computed for one-element arrays only.
|
||||
"test_dot_with_sparse"
|
||||
|
||||
# ValueError: `shape` was not provided.
|
||||
"test_sparse"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
Reference in New Issue
Block a user