mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-23 15:50:39 +08:00
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:
committed by
Facebook GitHub Bot
parent
bcee361d04
commit
9e8d91ebf9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user