Skip to content

Commit e822e99

Browse files
committed
update test
1 parent d31e759 commit e822e99

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_solvers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ def test_solve_last_step():
179179
ga = a.grad.clone()
180180
gb = b.grad.clone()
181181

182-
print(gM, gM0)
183-
184182
# Note, gradients are invariant to change in constant so we center them
185183
assert not torch.allclose(gM0, gM)
186184
assert not torch.allclose(ga0 - ga0.mean(), ga - ga.mean())

0 commit comments

Comments
 (0)