Skip to content

Commit 4573ec9

Browse files
committed
Clarify comments for RESTORMER_CONFIGS in test_restormer.py,
I, Cano-Muniz, Santiago <[email protected]>, hereby add my Signed-off-by to this commit: 3c2dbc6 Signed-off-by: Cano-Muniz, Santiago <[email protected]>
1 parent f17e06e commit 4573ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/networks/nets/test_restormer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
]
4141

4242
RESTORMER_CONFIGS = [
43-
# 2-level architecture
43+
# 2-level architecture test
4444
{"num_blocks": [1, 1], "heads": [1, 1]},
4545
{"num_blocks": [2, 1], "heads": [2, 1]},
46-
# 3-level architecture
46+
# 3-level architecture test
4747
{"num_blocks": [1, 1, 1], "heads": [1, 1, 1]},
4848
{"num_blocks": [2, 1, 1], "heads": [2, 1, 1]},
4949
]

0 commit comments

Comments
 (0)