diff --git a/tests/icp_data.pth b/tests/data/icp_data.pth similarity index 100% rename from tests/icp_data.pth rename to tests/data/icp_data.pth diff --git a/tests/test_points_alignment.py b/tests/test_points_alignment.py index b7d59d7d..680e6a69 100644 --- a/tests/test_points_alignment.py +++ b/tests/test_points_alignment.py @@ -40,7 +40,7 @@ class TestICP(TestCaseMixin, unittest.TestCase): super().setUp() torch.manual_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) @staticmethod