mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-01-16 19:30:34 +08:00
lint
Summary: Fix recent flake complaints Reviewed By: MichaelRamamonjisoa Differential Revision: D51811912 fbshipit-source-id: 65183f5bc7058da910e4d5a63b2250ce8637f1cc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f74fc450e8
commit
83bacda8fb
@@ -936,8 +936,8 @@ class TestTransformBroadcast(unittest.TestCase):
|
||||
y = torch.tensor([0.3] * M)
|
||||
z = torch.tensor([0.4] * M)
|
||||
tM = Translate(x, y, z)
|
||||
t = tN.compose(tM)
|
||||
with self.assertRaises(ValueError):
|
||||
t = tN.compose(tM)
|
||||
t.get_matrix()
|
||||
|
||||
def test_multiple_broadcast_compose(self):
|
||||
|
||||
Reference in New Issue
Block a user