Skip to content

Commit 858a4d5

Browse files
Update ldpmanagers.py
1 parent cae9c29 commit 858a4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

precise/skaters/managers/ldpmanagers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def ldp_s100_n200_l21_long_manager(y, s, k=1, e=1, j=1, q=1.0):
5656

5757

5858
LDP_LONG_MANAGERS = [ldp_s2_n50_long_manager, ldp_s5_n50_long_manager, ldp_s25_n50_long_manager,
59-
ldp_s5_n100_long_manager, ldp_s25_n100_long_manager
59+
ldp_s5_n100_long_manager, ldp_s25_n100_long_manager,
6060
ldp_s5_n200_l5_long_manager, ldp_s5_n200_l21_long_manager,
6161
ldp_s100_n200_l21_long_manager, ldp_s2_n200_l5_long_manager]
6262
HRP_LS_NAMED_MANAGERS = []

0 commit comments

Comments
 (0)