restore build tests

Summary: A bad env var check meant these tests were not being run. Fix that, and fix the copyright test for the new message format.

Reviewed By: patricklabatut

Differential Revision: D29734562

fbshipit-source-id: a1a9bb68901b09c71c7b4ff81a04083febca8d50
This commit is contained in:
Jeremy Reizenstein
2021-07-19 05:43:07 -07:00
committed by Facebook GitHub Bot
parent bcee361d04
commit 9e8d91ebf9
3 changed files with 4 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ import numpy as np
import plotly.graph_objects as go
import torch
from plotly.subplots import make_subplots
from pytorch3d.renderer import TexturesVertex, RayBundle, ray_bundle_to_ray_points
from pytorch3d.renderer import RayBundle, TexturesVertex, ray_bundle_to_ray_points
from pytorch3d.renderer.camera_utils import camera_to_eye_at_up
from pytorch3d.renderer.cameras import CamerasBase
from pytorch3d.structures import Meshes, Pointclouds, join_meshes_as_scene