Skip to content

Commit

Permalink
sq gravity
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoferigo committed Mar 14, 2024
1 parent b165563 commit 4e318f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ def build_jaxsim_model(
# Build the JaxSim model.
model = js.model.JaxSimModel.build_from_model_description(
model_description=model_description,
gravity=jnp.array([0, 0, -10]),
is_urdf=is_urdf,
)

Expand Down
2 changes: 0 additions & 2 deletions tests/test_pytree.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ def test_call_jit_compiled_function_passing_different_objects():

model1 = js.model.JaxSimModel.build_from_model_description(
model_description=urdf_string,
gravity=jnp.array([0, 0, -10]),
is_urdf=True,
)

model2 = js.model.JaxSimModel.build_from_model_description(
model_description=urdf_string,
gravity=jnp.array([0, 0, -10]),
is_urdf=True,
)

Expand Down

0 comments on commit 4e318f5

Please sign in to comment.