Skip to content

Commit 39daaef

Browse files
authored
[MNT] Fix race condition in OpenMLSplit._from_arff_file (#1656)
Fixes #1641 This PR adds separate temp directories per test in test_split.py to avoid race conditions when running with multiple workers. cc @geetu040 I made this PR because I suspect #1643 is made by an OpenClaw bot.
1 parent db26db9 commit 39daaef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_tasks/test_split.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class OpenMLSplitTest(TestBase):
2020
def setUp(self):
2121
__file__ = inspect.getfile(OpenMLSplitTest)
2222
self.directory = os.path.dirname(__file__)
23-
# This is for dataset
2423
source_arff = (
2524
Path(self.directory).parent
2625
/ "files"

0 commit comments

Comments
 (0)