mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-22 23:30:35 +08:00
run lint
Summary: Run `/dev/linter.sh` to fix linting Reviewed By: nikhilaravi Differential Revision: D20584037 fbshipit-source-id: 69e45b33d22e3d54b6d37c3c35580bb3e9dc50a5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6d34e1c60d
commit
03f441e7ca
@@ -188,7 +188,7 @@ class TestAccumulatePoints(unittest.TestCase):
|
||||
):
|
||||
res1 = fn1(*args1)
|
||||
res2 = fn2(*args2)
|
||||
|
||||
|
||||
self.assertTrue(torch.allclose(res1.cpu(), res2.cpu(), atol=1e-6))
|
||||
|
||||
if not compare_grads:
|
||||
|
||||
Reference in New Issue
Block a user