# HG changeset patch # User luca_milaz # Date 1719953343 0 # Node ID a11a2b97b87b0262f68269e7dc766f8c2f51b7a9 # Parent ad5250c72a7e3b34a4cb381df22843cf1f2e7c9a Uploaded diff -r ad5250c72a7e -r a11a2b97b87b marea_2_0/flux_sampling.py --- a/marea_2_0/flux_sampling.py Tue Jul 02 20:45:15 2024 +0000 +++ b/marea_2_0/flux_sampling.py Tue Jul 02 20:49:03 2024 +0000 @@ -59,6 +59,11 @@ default = 1000, help = 'choose how many samples') + parser.add_argument('-sd', '--seed', + type = int, + default = 0, + help = 'seed') + parser.add_argument('-nb', '--n_batches', type = int, default = 1,