i hate tabs

This commit is contained in:
George Hotz
2020-10-18 14:33:13 -07:00
parent 28100c741f
commit 0c3dd12b3b

View File

@@ -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)