mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 06:40:35 +08:00
run lint
Summary: Run `/dev/linter.sh` to fix linting Reviewed By: nikhilaravi Differential Revision: D20584037 fbshipit-source-id: 69e45b33d22e3d54b6d37c3c35580bb3e9dc50a5
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6d34e1c60d
commit
03f441e7ca
@@ -121,7 +121,7 @@ class TestCameraHelpers(unittest.TestCase):
|
||||
dist = math.sqrt(2)
|
||||
elev = math.pi / 4
|
||||
azim = 0.0
|
||||
eye = ((0.0, 1.0, 1.0), )
|
||||
eye = ((0.0, 1.0, 1.0),)
|
||||
# using passed values for dist, elev, azim
|
||||
R, t = look_at_view_transform(dist, elev, azim, degrees=False)
|
||||
# using other values for dist, elev, azim - eye overrides
|
||||
|
||||
Reference in New Issue
Block a user