From 60e1f9d044bc9af7cf6fc7d76d1d15abfd5dc11b Mon Sep 17 00:00:00 2001 From: Eric Vin Date: Fri, 12 Jan 2024 14:53:00 -0800 Subject: [PATCH] Added missing trimesh import. --- tests/core/test_regions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/core/test_regions.py b/tests/core/test_regions.py index 80a411343..c990dd02c 100644 --- a/tests/core/test_regions.py +++ b/tests/core/test_regions.py @@ -3,6 +3,7 @@ import pytest import shapely.geometry +import trimesh.voxel from scenic.core.object_types import Object, OrientedPoint from scenic.core.regions import *