Skip to content

Commit 5a003a1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent eb660b2 commit 5a003a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_pytorch/utilities/test_model_summary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ def test_summary_training_mode():
442442
summary_data = OrderedDict(summary._get_summary_data())
443443
assert summary_data["Mode"] == [
444444
"train", # branch1
445-
"eval", # branch2
445+
"eval", # branch2
446446
"train", # head
447447
]
448448

0 commit comments

Comments
 (0)