Loading pkgs/development/python-modules/dask-ml/default.nix +16 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,11 @@ buildPythonPackage rec { # AttributeError: 'csr_matrix' object has no attribute 'A' # Fixed in https://github.com/dask/dask-ml/pull/996 "tests/test_svd.py" # Tests fail with dask>=0.11.2 # RuntimeError: Not enough arguments provided # Reported in https://github.com/dask/dask-ml/issues/1003 "tests/model_selection/test_incremental.py" ] ++ lib.optionals stdenv.isDarwin [ # RuntimeError: Not enough arguments provided: missing keys Loading @@ -87,6 +92,17 @@ buildPythonPackage rec { disabledTests = [ # Flaky: `Arrays are not almost equal to 3 decimals` (although values do actually match) "test_whitening" # Tests fail with dask>=0.11.2 # RuntimeError: Not enough arguments provided # Reported in https://github.com/dask/dask-ml/issues/1003 "test_basic" "test_hyperband_patience" "test_same_random_state_same_params" "test_search_patience_infeasible_tol" "test_sha_max_iter_and_metadata" "test_warns_decay_rate" "test_warns_decay_rate_wanted" ]; __darwinAllowLocalNetworking = true; Loading Loading
pkgs/development/python-modules/dask-ml/default.nix +16 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,11 @@ buildPythonPackage rec { # AttributeError: 'csr_matrix' object has no attribute 'A' # Fixed in https://github.com/dask/dask-ml/pull/996 "tests/test_svd.py" # Tests fail with dask>=0.11.2 # RuntimeError: Not enough arguments provided # Reported in https://github.com/dask/dask-ml/issues/1003 "tests/model_selection/test_incremental.py" ] ++ lib.optionals stdenv.isDarwin [ # RuntimeError: Not enough arguments provided: missing keys Loading @@ -87,6 +92,17 @@ buildPythonPackage rec { disabledTests = [ # Flaky: `Arrays are not almost equal to 3 decimals` (although values do actually match) "test_whitening" # Tests fail with dask>=0.11.2 # RuntimeError: Not enough arguments provided # Reported in https://github.com/dask/dask-ml/issues/1003 "test_basic" "test_hyperband_patience" "test_same_random_state_same_params" "test_search_patience_infeasible_tol" "test_sha_max_iter_and_metadata" "test_warns_decay_rate" "test_warns_decay_rate_wanted" ]; __darwinAllowLocalNetworking = true; Loading