Skip to content

Commit 403e37d

Browse files
committed
fixed rfpy_plot trange option
1 parent fb7214f commit 403e37d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rfpy/scripts/rfpy_plot.py

-3
Original file line numberDiff line numberDiff line change
@@ -308,9 +308,6 @@ def get_plot_arguments(argv=None):
308308
parser.error(
309309
"Error: --trange should contain 2 " +
310310
"comma-separated floats")
311-
if args.trange[0] < args.trange[1]:
312-
parser.error(
313-
"Error: --trange=arg1,arg2 requires arg1 < arg2")
314311

315312
if args.figname is not None:
316313
if args.figname.split('.')[-1] not in ['png', 'jpg', 'eps', 'pdf']:

0 commit comments

Comments
 (0)