From 0c3dd12b3b807cc04698a69fbdf1579559052eed Mon Sep 17 00:00:00 2001 From: George Hotz Date: Sun, 18 Oct 2020 14:33:13 -0700 Subject: [PATCH] i hate tabs --- test/test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test.py b/test/test.py index 7dff035cd2..31255ca174 100644 --- a/test/test.py +++ b/test/test.py @@ -33,8 +33,8 @@ def test_pytorch(): return outx.detach().numpy(), x.grad, W.grad for x,y in zip(test_tinygrad(), test_pytorch()): - print(x,y) - np.testing.assert_allclose(x, y, atol=1e-6) - + print(x,y) + np.testing.assert_allclose(x, y, atol=1e-6) +