Skip to content

Commit 23fa104

Browse files
committed
util_RIFT_pseudo_pipe.py: removed type=int that was appearing twice in the force-puff-iterations argument
1 parent 8444f9c commit 23fa104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MonteCarloMarginalizeCode/Code/bin/util_RIFT_pseudo_pipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def unsafe_parse_arg_string_dict(my_argstr):
330330
parser.add_argument("--archive-pesummary-label",default=None,help="If provided, creates a 'pesummary' directory and fills it with this run's final output at the end of the run")
331331
parser.add_argument("--archive-pesummary-event-label",default="this_event",help="Label to use on the pesummary page itself")
332332
parser.add_argument("--internal-mitigate-fd-J-frame",default="L_frame",help="L_frame|rotate, choose method to deal with ChooseFDWaveform being in wrong frame. Default is to request L frame for inputs")
333-
parser.add_argument("--internal-force-puff-iterations", default=4, type=int, type=int, help="Number of iterations to be puffed")
333+
parser.add_argument("--internal-force-puff-iterations", default=4, type=int, help="Number of iterations to be puffed")
334334
opts= parser.parse_args()
335335

336336
config_stored=None; config_dict=None

0 commit comments

Comments
 (0)