mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
fbcode//vision/fair/pytorch3d
Reviewed By: bottler Differential Revision: D43432438 fbshipit-source-id: 58159b2febb67febb533511eb2d1f47d40dad032
This commit is contained in:
parent
8c2b0b01f8
commit
33b49cebf0
@ -1334,7 +1334,7 @@ class TestMeshes(TestCaseMixin, unittest.TestCase):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# The cube should've been chopped into three submeshes.
|
# The cube should've been chopped into three submeshes.
|
||||||
self.assertEquals(len(subcubes), 3)
|
self.assertEqual(len(subcubes), 3)
|
||||||
|
|
||||||
# The first submesh should be a single facet of cube#2.
|
# The first submesh should be a single facet of cube#2.
|
||||||
front_facet = to_sorted(
|
front_facet = to_sorted(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user