check for cyclic deps

Summary: New test that each subpackage of pytorch3d imports cleanly.

Reviewed By: patricklabatut

Differential Revision: D30001632

fbshipit-source-id: ca8dcac94491fc22f33602b3bbef481cba927094
This commit is contained in:
Jeremy Reizenstein
2021-08-23 06:15:45 -07:00
committed by Facebook GitHub Bot
parent fadec970c9
commit 77fa5987b8
2 changed files with 23 additions and 1 deletions

View File

@@ -35,4 +35,5 @@ from .utils import (
)
from .vert_align import vert_align
__all__ = [k for k in globals().keys() if not k.startswith("_")]