From f0e63af6e50ccae2d20ccf40de91559e688b5f2c Mon Sep 17 00:00:00 2001 From: Guillaume Chervet Date: Tue, 9 Jan 2024 20:48:02 +0100 Subject: [PATCH] update --- train/label_split_data/tests/label_split_data_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/train/label_split_data/tests/label_split_data_test.py b/train/label_split_data/tests/label_split_data_test.py index bcfdc6fd..653f1966 100644 --- a/train/label_split_data/tests/label_split_data_test.py +++ b/train/label_split_data/tests/label_split_data_test.py @@ -59,7 +59,6 @@ def shuffle(x): 'test/others/other_b_page2_index0.png', 'evaluate/others/other_a_page0_index0.png'] - for path_result in label_split_data_result.path_results: self.assertIn(path_result, expected)