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 cdb4d3a commit aaa4bedCopy full SHA for aaa4bed
1 file changed
tests/test_tasks/test_split.py
@@ -26,9 +26,9 @@ def setUp(self):
26
/ "org"
27
/ "openml"
28
/ "test"
29
- / "tasks"
30
- / "1882"
31
- / "datasplits.arff"
+ / "api_splits" / "get"
+ / "1882" / "Task_1882_splits_arff"
+ / "body.arff"
32
)
33
# Use a unique temp directory for each test to avoid race conditions
34
# when running tests in parallel (see issue #1641)
0 commit comments