mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 06:40:35 +08:00
Enable spelling linter for Markdown, reStructuredText and IPython notebooks
Summary: Enable spelling linter for Markdown, reStructuredText and IPython notebooks under `fbcode/vision/fair`. Apply suggested fixes. Reviewed By: ppwwyyxx Differential Revision: D20495298 fbshipit-source-id: 95310c7b51f9fa68ba2aa34ecc39a874da36a75c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3901dbe4de
commit
c9742d00b0
@@ -272,7 +272,7 @@ class TestBlending(unittest.TestCase):
|
||||
)
|
||||
|
||||
def test_softmax_rgb_blend(self):
|
||||
# Create dummy outputs of rasterization simulating a cube in the centre
|
||||
# Create dummy outputs of rasterization simulating a cube in the center
|
||||
# of the image with surrounding padded values.
|
||||
N, S, K = 1, 8, 2
|
||||
device = torch.device("cuda")
|
||||
@@ -421,7 +421,7 @@ class TestBlending(unittest.TestCase):
|
||||
return fn
|
||||
|
||||
def test_blend_params(self):
|
||||
"""Test colour parameter of BlendParams().
|
||||
"""Test color parameter of BlendParams().
|
||||
Assert passed value overrides default value.
|
||||
"""
|
||||
bp_default = BlendParams()
|
||||
|
||||
Reference in New Issue
Block a user