mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-19 22:00:35 +08:00
apply black 20.8b1 formatting update
Summary: allow-large-files black_any_style Reviewed By: zertosh Differential Revision: D24325133 fbshipit-source-id: b4afe80d1e8b2bc993f4b8e3822c02964df47462
This commit is contained in:
committed by
Facebook GitHub Bot
parent
11a9f5ea30
commit
2d39723610
@@ -410,8 +410,8 @@ class TestBlending(TestCaseMixin, unittest.TestCase):
|
||||
|
||||
def test_blend_params(self):
|
||||
"""Test color parameter of BlendParams().
|
||||
Assert passed value overrides default value.
|
||||
"""
|
||||
Assert passed value overrides default value.
|
||||
"""
|
||||
bp_default = BlendParams()
|
||||
bp_new = BlendParams(background_color=(0.5, 0.5, 0.5))
|
||||
self.assertEqual(bp_new.background_color, (0.5, 0.5, 0.5))
|
||||
|
||||
Reference in New Issue
Block a user