We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093900e commit 7c0b867Copy full SHA for 7c0b867
tests/test_utils.py
@@ -115,4 +115,4 @@ def test_running_stats():
115
116
enable_running_stats(model)
117
118
- assert (model[1].momentum == 0.1)
+ assert model[1].momentum == 0.1
0 commit comments