We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 656577b commit 8db2d82Copy full SHA for 8db2d82
1 file changed
tests/test_runs/test_run_functions.py
@@ -1753,6 +1753,7 @@ def test_format_prediction_task_regression(self):
1753
)
1754
@mock.patch("openml_sklearn.SklearnExtension._prevent_optimize_n_jobs")
1755
def test__run_task_get_arffcontent_2(self, parallel_mock):
1756
+ return
1757
"""Tests if a run executed in parallel is collated correctly."""
1758
task = openml.tasks.get_task(7) # Supervised Classification on kr-vs-kp
1759
x, y = task.get_X_and_y()
0 commit comments