comparison marea_2_0/flux_sampling.py @ 123:a11a2b97b87b draft

Uploaded
author luca_milaz
date Tue, 02 Jul 2024 20:49:03 +0000
parents ad5250c72a7e
children b99c5230b928
comparison
equal deleted inserted replaced
122:ad5250c72a7e 123:a11a2b97b87b
57 parser.add_argument('-ns', '--n_samples', 57 parser.add_argument('-ns', '--n_samples',
58 type = int, 58 type = int,
59 default = 1000, 59 default = 1000,
60 help = 'choose how many samples') 60 help = 'choose how many samples')
61 61
62 parser.add_argument('-sd', '--seed',
63 type = int,
64 default = 0,
65 help = 'seed')
66
62 parser.add_argument('-nb', '--n_batches', 67 parser.add_argument('-nb', '--n_batches',
63 type = int, 68 type = int,
64 default = 1, 69 default = 1,
65 help = 'choose how many batches') 70 help = 'choose how many batches')
66 71