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 152ad34 commit dffec6bCopy full SHA for dffec6b
1 file changed
tests/test_study/test_study_functions.py
@@ -3,6 +3,7 @@
3
from openml.testing import TestBase
4
5
class TestStudyFunctions(TestBase):
6
+ _multiprocess_can_split_ = True
7
8
def test_get_study(self):
9
openml.config.server = self.production_server
0 commit comments