mirror of
https://github.com/wassname/ray.git
synced 2026-06-30 14:42:31 +08:00
[joblib] joblib strikes again but this time on windows (#13212)
This commit is contained in:
@@ -2,6 +2,7 @@ import joblib
|
||||
import sys
|
||||
import time
|
||||
import os
|
||||
import pytest
|
||||
|
||||
import pickle
|
||||
import numpy as np
|
||||
@@ -77,6 +78,7 @@ the accuracy), which results in longer test time.
|
||||
"""
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform == "win32", reason="Failing on Windows.")
|
||||
def test_sklearn_benchmarks(ray_start_cluster_2_nodes):
|
||||
ESTIMATORS = {
|
||||
"CART": DecisionTreeClassifier(),
|
||||
|
||||
Reference in New Issue
Block a user