Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
EveCharbie committed Feb 27, 2025
1 parent 1360871 commit 4826d16
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/binding/Python3/test_model_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,6 @@ def test_model_creation_from_data(brbd, remove_temporary: bool = True):


def test_complex_model():
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "..", "models", "meshFiles", "stl"))
from examples.python3.modelCreation import complex_model_from_scratch
from biorbd.examples.python3.modelCreation import complex_model_from_scratch
mesh_path = os.path.dirname(__file__) + "/../../models/meshFiles/stl/pendulum.STL"
complex_model_from_scratch(mesh_path=mesh_path)

0 comments on commit 4826d16

Please sign in to comment.