Fix a few linting warnings

Summary: Fix a few linting warnings

Reviewed By: nikhilaravi

Differential Revision: D20720810

fbshipit-source-id: c5b6a25fdd7971cc8743b54bbe162464a874071d
This commit is contained in:
Patrick Labatut
2020-10-01 02:38:06 -07:00
committed by Facebook GitHub Bot
parent 4f8a2f1979
commit 8219a52ccc
5 changed files with 132 additions and 80 deletions

View File

@@ -80,7 +80,10 @@ class TestRenderPoints(TestCaseMixin, unittest.TestCase):
# Note, this file is too large to check in to the repo.
# Download the file to run the test locally.
if not path.exists(pointcloud_filename):
url = "https://dl.fbaipublicfiles.com/pytorch3d/data/PittsburghBridge/pointcloud.npz"
url = (
"https://dl.fbaipublicfiles.com/pytorch3d/data/"
"PittsburghBridge/pointcloud.npz"
)
msg = (
"pointcloud.npz not found, download from %s, save it at the path %s, and rerun"
% (url, pointcloud_filename)