Skip to content

Commit

Permalink
tstart should be float
Browse files Browse the repository at this point in the history
Signed-off-by: Devansh Agarwal <[email protected]>
  • Loading branch information
devanshkv committed Oct 17, 2020
1 parent 87ad6fe commit b6ce0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/your_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def save_figure(self):
nargs="+",
)
parser.add_argument(
"-s", "--start", help="Start index", type=int, required=False, default=0
"-s", "--start", help="Start index", type=float, required=False, default=0
)
parser.add_argument(
"-g", "--gulp", help="Gulp size", type=int, required=False, default=4096
Expand Down

0 comments on commit b6ce0ba

Please sign in to comment.