Commit 912eb58e authored by lucasliunju's avatar lucasliunju Committed by Frank Lee
Browse files

[NFC] polish tests/test_layers/test_3d/checks_3d/common.py code style (#1733)

parent 23703c9d
......@@ -16,3 +16,4 @@ def check_equal(A, B):
eq = torch.allclose(A, B, rtol=1e-3, atol=1e-2)
assert eq
return eq
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment