File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def main():
4646 plot_command += f" { word } "
4747 # Create parser for plot subcommand
4848 plot_parser = argparse .ArgumentParser ()
49- plot_parser .add_argument ("--smoothing" , type = float )
49+ plot_parser .add_argument ("--smoothing" , type = int )
5050 plot_parser .add_argument ("--bp-shift" , type = int )
5151 plot_parser .add_argument ("--opacity" , type = float )
5252 plot_parser .add_argument ("--title" , nargs = "+" )
@@ -82,7 +82,7 @@ def main():
8282 composite_parser .add_argument ("--secondary-color" )
8383 composite_parser .add_argument ("--scale" , type = float )
8484 composite_parser .add_argument ("--shift-occupancy" , type = float )
85- composite_parser .add_argument ("--smoothing" , type = float )
85+ composite_parser .add_argument ("--smoothing" , type = int )
8686 composite_parser .add_argument ("--opacity" , type = float )
8787 composite_parser .add_argument ("--bp-shift" , type = int )
8888 composite_parser .add_argument ("--hide-sense" , action = "store_true" , default = False )
You can’t perform that action at this time.
0 commit comments