Revert default for --weights parameter
This commit is contained in:
parent
38aa7a3efb
commit
2401bf5f5d
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ def parse_aguments():
|
||||||
help='Weight table for weight based heuristic engines',
|
help='Weight table for weight based heuristic engines',
|
||||||
type=int,
|
type=int,
|
||||||
nargs=4,
|
nargs=4,
|
||||||
default=[-100, 2, 16, 32]
|
#default=[-100, 2, 16, 32]
|
||||||
# default=[-5, 2, 10, 25]
|
default=[-5, 2, 10, 25]
|
||||||
)
|
)
|
||||||
|
|
||||||
parser.add_argument('-r',
|
parser.add_argument('-r',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue