Skip to content

Commit 05b0ed2

Browse files
committed
Fix formatting in test_convert_to_multi_channel.py
Signed-off-by: Abdessamad <abdoomis6@gmail.com>
1 parent ce817c1 commit 05b0ed2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/transforms/test_convert_to_multi_channel.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
from tests.test_utils import TEST_NDARRAYS, assert_allclose
2121

2222
TESTS = []
23-
TESTS_ET_LABEL_3 = []
24-
25-
# Tests for default et_label = 4
2623
for p in TEST_NDARRAYS:
2724
TESTS.extend(
2825
[
@@ -49,7 +46,7 @@
4946
]
5047
)
5148

52-
# Tests for et_label = 3
49+
TESTS_ET_LABEL_3 = []
5350
for p in TEST_NDARRAYS:
5451
TESTS_ET_LABEL_3.extend(
5552
[

0 commit comments

Comments
 (0)