Skip to content

Commit 7c0b867

Browse files
committed
update: test_running_stats
1 parent 093900e commit 7c0b867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ def test_running_stats():
115115

116116
enable_running_stats(model)
117117

118-
assert (model[1].momentum == 0.1)
118+
assert model[1].momentum == 0.1

0 commit comments

Comments
 (0)