Mercurial > repos > bimib > marea_2_0
changeset 195:41ac2759658a draft
Uploaded
author | luca_milaz |
---|---|
date | Fri, 05 Jul 2024 06:53:43 +0000 |
parents | 08a24668751c |
children | 9d2f9c470ba8 |
files | marea_2_0/flux_sampling.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/marea_2_0/flux_sampling.py Fri Jul 05 06:47:13 2024 +0000 +++ b/marea_2_0/flux_sampling.py Fri Jul 05 06:53:43 2024 +0000 @@ -171,6 +171,10 @@ def fluxes_statistics(model_name: str, output_types:List): + global DF_MEAN + global DF_MEDIAN + global DF_QUANTILES + df_samples = pd.read_csv(ARGS.output_folder + model_name + '.csv', sep = '\t') for output_type in output_types: if(output_type == "mean"):