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 d31e759 commit e822e99Copy full SHA for e822e99
test/test_solvers.py
@@ -179,8 +179,6 @@ def test_solve_last_step():
179
ga = a.grad.clone()
180
gb = b.grad.clone()
181
182
- print(gM, gM0)
183
-
184
# Note, gradients are invariant to change in constant so we center them
185
assert not torch.allclose(gM0, gM)
186
assert not torch.allclose(ga0 - ga0.mean(), ga - ga.mean())
0 commit comments