Skip to content

Commit

Permalink
Test full option for optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccomb committed Jan 14, 2024
1 parent 62f79b6 commit 9095765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def test_full_optimization(self):
goals,
joint_coordinates=True,
shape_parameters=True,
shape_parameter_treatment="full"
shape_parameter_treatment="full",
)

results = scipy.optimize.minimize(
Expand Down

0 comments on commit 9095765

Please sign in to comment.