mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-20 22:30:35 +08:00
spelling
Summary: Collection of spelling things, mostly in docs / tutorials. Reviewed By: gkioxari Differential Revision: D26101323 fbshipit-source-id: 652f62bc9d71a4ff872efa21141225e43191353a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c2e62a5087
commit
124bb5e391
@@ -1052,7 +1052,7 @@ class TestRenderMeshes(TestCaseMixin, unittest.TestCase):
|
||||
images[0, ...].sum().backward()
|
||||
|
||||
fragments = rasterizer(mesh, raster_settings=raster_settings)
|
||||
# Some of the bary coordinates are outisde the
|
||||
# Some of the bary coordinates are outside the
|
||||
# [0, 1] range as expected because the blur is > 0
|
||||
self.assertTrue(fragments.bary_coords.ge(1.0).any())
|
||||
self.assertIsNotNone(atlas.grad)
|
||||
|
||||
Reference in New Issue
Block a user