Mercurial > repos > bimib > marea_2_0
changeset 152:e4b2fa92aefc draft
Uploaded
author | luca_milaz |
---|---|
date | Wed, 03 Jul 2024 11:27:52 +0000 |
parents | 0739f015b388 |
children | df605472b0fd |
files | marea_2_0/flux_sampling.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.py Wed Jul 03 11:16:28 2024 +0000 +++ b/marea_2_0/flux_sampling.py Wed Jul 03 11:27:52 2024 +0000 @@ -40,12 +40,12 @@ choices = [utils.FileFormat.CSV, utils.FileFormat.PICKLE], required = True, help = "Extension of all output files") - parser.add_argument('-in', '--inputs', + parser.add_argument('-in', '--input', required = True, type=str, help = 'inputs model') - parser.add_argument('-nm', '--names', + parser.add_argument('-nm', '--name', required = True, type=str, help = 'inputs model ids') @@ -200,11 +200,11 @@ utils.logWarning( - ARGS.inputs, + ARGS.input, ARGS.out_log) utils.logWarning( - ARGS.names, + ARGS.name, ARGS.out_log)