changeset 123:a11a2b97b87b draft

Uploaded
author luca_milaz
date Tue, 02 Jul 2024 20:49:03 +0000
parents ad5250c72a7e
children b99c5230b928
files marea_2_0/flux_sampling.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,