Commit 34f648ed authored by Jeremy Reizenstein's avatar Jeremy Reizenstein Committed by Facebook GitHub Bot
Browse files

move targets

Summary: Move testing targets from pytorch3d/tests/TARGETS to pytorch3d/TARGETS.

Reviewed By: shapovalov

Differential Revision: D36186940

fbshipit-source-id: a4c52c4d99351f885e2b0bf870532d530324039b
parent f625fe1f
...@@ -11,10 +11,11 @@ import unittest ...@@ -11,10 +11,11 @@ import unittest
import numpy as np import numpy as np
import torch import torch
from common_testing import TestCaseMixin
from pytorch3d.structures.volumes import Volumes from pytorch3d.structures.volumes import Volumes
from pytorch3d.transforms import Scale from pytorch3d.transforms import Scale
from .common_testing import TestCaseMixin
class TestVolumes(TestCaseMixin, unittest.TestCase): class TestVolumes(TestCaseMixin, unittest.TestCase):
def setUp(self) -> None: def setUp(self) -> None:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment