move icp_data.pth to tests/data

Summary: Move icp_data.pth to tests/data

Reviewed By: bottler

Differential Revision: D25012575

fbshipit-source-id: 9252d2eeca9141c82ad3bf9d3e3331a2eab5203b
This commit is contained in:
Georgia Gkioxari 2020-11-18 14:06:00 -08:00 committed by Facebook GitHub Bot
parent ddb0b1b652
commit 5fb63b4520
2 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class TestICP(TestCaseMixin, unittest.TestCase):
super().setUp() super().setUp()
torch.manual_seed(42) torch.manual_seed(42)
np.random.seed(42) np.random.seed(42)
trimesh_results_path = Path(__file__).resolve().parent / "icp_data.pth" trimesh_results_path = Path(__file__).resolve().parent / "data/icp_data.pth"
self.trimesh_results = torch.load(trimesh_results_path) self.trimesh_results = torch.load(trimesh_results_path)
@staticmethod @staticmethod