# HG changeset patch # User luca_milaz # Date 1720161068 0 # Node ID 9950c6cf86b6865ae15a69af2cca4070afb49c70 # Parent 20c0e04b0c052c842396009570eeae1a2b6d0a34 Uploaded diff -r 20c0e04b0c05 -r 9950c6cf86b6 marea_2_0/flux_sampling.py --- 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