Skip to content

Commit 966e1f3

Browse files
committed
upload
1 parent 81eafee commit 966e1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/production/compare_torque_free.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
run_params = []
100100

101101
for center_is_torque_free in [True, False]:
102-
for center_racc in [0.25, 0.5, 0.8]:
102+
for center_racc in [0.1, 0.25, 0.5, 0.8]:
103103
if center_is_torque_free:
104104
for center_torque_boost_radius_fact in [1.5, 2.0, 3.0]:
105105
run_params.append(

0 commit comments

Comments
 (0)