Skip to content

Commit 16ed50a

Browse files
Update src/perturbIC.py
Co-authored-by: Davide Marchegiani <[email protected]>
1 parent 07b1b3a commit 16ed50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/perturbIC.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ def parse_args():
2828
parser.add_argument('-s','--seed', dest='seed', type=int
2929
help = 'The seed value used to generate the random perturbation (must be a non-negative integer).')
3030
parser.add_argument('ifile', help='Input file (modified in place)')
31-
parser.add_argument('-v', dest='validate',
32-
help='To include validation set -v False', default=True)
31+
parser.add_argument('--validate', action='store_true',
32+
help='Validate the output fields file using mule validation.)
3333
args_parsed = parser.parse_args()
3434
return args_parsed
3535

0 commit comments

Comments
 (0)