File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1023,7 +1023,6 @@ def _test_local_evaluations(self, run):
10231023 assert alt_scores [idx ] <= 1
10241024
10251025 @pytest .mark .sklearn ()
1026- @pytest .mark .skip (reason = "https://github.com/openml/openml-python/issues/1586" )
10271026 @pytest .mark .test_server ()
10281027 def test_local_run_swapped_parameter_order_model (self ):
10291028 clf = DecisionTreeClassifier ()
@@ -1075,7 +1074,6 @@ def test_local_run_swapped_parameter_order_flow(self):
10751074 Version (sklearn .__version__ ) < Version ("0.20" ),
10761075 reason = "SimpleImputer doesn't handle mixed type DataFrame as input" ,
10771076 )
1078- @pytest .mark .skip (reason = "https://github.com/openml/openml-python/issues/1586" )
10791077 @pytest .mark .test_server ()
10801078 def test_local_run_metric_score (self ):
10811079 # construct sci-kit learn classifier
You can’t perform that action at this time.
0 commit comments