We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b1b3a commit 16ed50aCopy full SHA for 16ed50a
src/perturbIC.py
@@ -28,8 +28,8 @@ def parse_args():
28
parser.add_argument('-s','--seed', dest='seed', type=int
29
help = 'The seed value used to generate the random perturbation (must be a non-negative integer).')
30
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)
+ parser.add_argument('--validate', action='store_true',
+ help='Validate the output fields file using mule validation.)
33
args_parsed = parser.parse_args()
34
return args_parsed
35
0 commit comments