fix copypaste issue
This commit is contained in:
parent
c77c9968c7
commit
928cad2510
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ def make_objective(problem, size, *, fix_stuff=0):
|
|||
2: too_centered_2,
|
||||
3: too_centered_3,
|
||||
4: too_centered_4,
|
||||
5: too_positive_5,
|
||||
6: too_positive_6,
|
||||
5: too_centered_5,
|
||||
6: too_centered_6,
|
||||
}[size]
|
||||
if name.lower() in stuff:
|
||||
# uniformly select offsets to "trip".
|
||||
|
|
Loading…
Reference in a new issue