Skip to content

Commit 2113eaa

Browse files
committed
Fix a typo
1 parent b5ce49f commit 2113eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def test_flexible_splitter_global(self, create_all_datasets):
394394

395395
def test_flexible_splitter_local(self, create_all_datasets):
396396
dataset = create_all_datasets
397-
splitter = AdvancedSplitter([0.3, 0.3, 0.4], configuration=[
397+
splitter = FlexibleSplitter([0.3, 0.3, 0.4], configuration=[
398398
[0.33, 0.33, 0.33, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0],
399399
[0.33, 0.33, 0.33, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0],
400400
[0.33, 0.33, 0.33, 0.0, 0.0, 1.0, 0.0, 0.0, 1.0, 0.0]],

0 commit comments

Comments
 (0)