Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19c7004

Browse files
committedMar 19, 2025·
blacked
1 parent 441e9fa commit 19c7004

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎tests/shard6/test_configure_problem.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ def test_configure_soft_contacts(cx):
143143
TestUtils.bioptim_folder() + "/examples/torque_driven_ocp/models/soft_contact_sphere.bioMod",
144144
)
145145

146-
ConfigureProblem.configure_soft_contact_forces(ocp, nlp, as_states=True, as_controls=False, as_algebraic_states=False)
146+
ConfigureProblem.configure_soft_contact_forces(
147+
ocp, nlp, as_states=True, as_controls=False, as_algebraic_states=False
148+
)
147149
npt.assert_equal(nlp.states.shape, 3)
148150
npt.assert_equal(nlp.states.keys(), ["soft_contact_forces"])
149151

0 commit comments

Comments
 (0)
Please sign in to comment.