fix parameter type

This commit is contained in:
xmatthias 2018-06-24 13:43:27 +02:00 committed by creslinux
parent 34c06a8a26
commit 7aa52f6251

View File

@ -347,7 +347,7 @@ def plot_parse_args(args: List[str]) -> Namespace:
'Default: %(default)s',
dest='plot_limit',
default=750,
type=str,
type=int,
)
arguments.common_args_parser()
arguments.optimizer_shared_options(arguments.parser)