Mercurial > repos > bimib > marea_2_0
changeset 191:9950c6cf86b6 draft
Uploaded
author | luca_milaz |
---|---|
date | Fri, 05 Jul 2024 06:31:08 +0000 |
parents | 20c0e04b0c05 |
children | 8e5d774c633a |
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 Thu Jul 04 21:45:24 2024 +0000 +++ b/marea_2_0/flux_sampling.py Fri Jul 05 06:31:08 2024 +0000 @@ -165,7 +165,7 @@ elif ARGS.algorithm == 'CBS': CBS_sampler(model, name, ARGS.n_samples, ARGS.n_batches, ARGS.seed) - fluxes_statistics(model_name, ARGS.output_types) + fluxes_statistics(name, ARGS.output_types) pass