forgot to make the extra points constant
This commit is contained in:
@@ -11,10 +11,10 @@ orders = [2,3,4,5]
|
||||
extras = [4,6,8,12, 16,20,32,48, 64,96,128,192, 256]
|
||||
|
||||
params = (
|
||||
(2,32),
|
||||
(3,48),
|
||||
(2,64),
|
||||
(3,64),
|
||||
(4,64),
|
||||
(5,96),
|
||||
(5,64),
|
||||
)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user