Mercurial > repos > bimib > marea_2_0
changeset 170:4dda28d4cbc9 draft
Uploaded
| author | luca_milaz |
|---|---|
| date | Wed, 03 Jul 2024 18:27:49 +0000 |
| parents | 33cf34075557 |
| children | 57bf7e84ca32 |
| files | marea_2_0/flux_sampling.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.py Wed Jul 03 18:22:59 2024 +0000 +++ b/marea_2_0/flux_sampling.py Wed Jul 03 18:27:49 2024 +0000 @@ -59,7 +59,7 @@ parser.add_argument('-th', '--thinning', type = int, - required = True, + default= 100, help = 'choose thinning') parser.add_argument('-ns', '--n_samples',
