Skip to content

Commit

Permalink
Added Missing Trimesh Import (#211)
Browse files Browse the repository at this point in the history
Added missing trimesh import
  • Loading branch information
Eric-Vin authored Jan 12, 2024
1 parent c4895b4 commit ed1aa72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/scenic/core/regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
quaternion_matrix,
translation_matrix,
)
import trimesh.voxel

warnings.filterwarnings(
"ignore", module="trimesh"
Expand Down
1 change: 1 addition & 0 deletions tests/core/test_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit ed1aa72

Please sign in to comment.