Merge pull request #170159 from SuperSandro2000/scikit-learn-extra

python310Packages.scikit-learn-extra: disable failing test
main
Fabian Affolter 2 years ago committed by GitHub
commit 2ae6948012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkgs/development/python-modules/scikit-learn-extra/default.nix

@ -38,6 +38,7 @@ buildPythonPackage rec {
];
disabledTests = [
"build" # needs network connection
"test_all_estimators" # sklearn.exceptions.NotFittedError: Estimator fails to pass `check_is_fitted` even though it has been fit.
];
# Check packages with cythonized modules

Loading…
Cancel
Save