Skip to content

Commit

Permalink
Version 1.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
clemense committed Dec 6, 2024
1 parent c4d03f0 commit d160861
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/usd_export_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from typing import Any, Optional

# Third Party
import meshsets
import numpy as np
import trimesh
import trimesh.transformations as tra
Expand Down Expand Up @@ -64,6 +63,8 @@ def numpy_random_state_context(seed: Optional[int] = None):

def generate_scene(usd_path) -> None:
"""Generate the microwave ball scene."""
import meshsets

_set_random_seed()

dataset_partnet_mobility = meshsets.load_dataset("PartNet Mobility")
Expand Down Expand Up @@ -590,6 +591,8 @@ def test_link_offset(tmp_path):

@_skip_if_file_is_missing
def test_missing_fixed_joint(tmp_path):
import meshsets

_set_random_seed()

usd_expected = str(TEST_DIR / "golden/test_missing_fixed_joint.usda")
Expand Down

0 comments on commit d160861

Please sign in to comment.