mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-01 03:12:49 +08:00
Reinforce test skipping
Summary: Attempt to solve an internal issue Reviewed By: shapovalov Differential Revision: D35143263 fbshipit-source-id: b4fd9ee441d85f0a3ee08f2f1e7febd1c1ccbe86
This commit is contained in:
parent
645a47d054
commit
97894fb37b
@ -91,6 +91,8 @@ class TestDatasetVisualize(unittest.TestCase):
|
||||
|
||||
def test_one(self):
|
||||
"""Test dataset visualization."""
|
||||
if os.environ.get("INSIDE_RE_WORKER") is not None:
|
||||
raise unittest.SkipTest("Visdom not available")
|
||||
for max_frames in (16, -1):
|
||||
for load_dataset_point_cloud in (True, False):
|
||||
for dataset_key in self.datasets:
|
||||
|
Loading…
x
Reference in New Issue
Block a user