Closed sofia-calgaro closed 1 year ago
Tested & working cases (ie we build the output shelve object in the correct way, with the correct columns, for par1 and par2 separately):
baseline
); par2: from hit (cuspEmax_ctc_cal
); "variation": false / true
baseline
, tp_max
); "variation": false / true
cuspEmax_ctc_cal
, trapEmax_ctc_cal
); "variation": false / true
AoE_Custom
); par2: from dsp/hit (cuspEmax_ctc_cal
); "variation": false / true
Now, you can specifiy
"saving": "overwrite"
in your config json file and the code does not crash anymore.Since the building of the output shelve object reads the dataframe/plot_info objects containing both par1 and par2 data/info, it was necessary to loop over individual parameters and separate the dataframe/plot_info objects.
Then, output shelve object now looks like (as if we inspected the two parameters separately - this helps us, in a second stage, to play more easily with the stored output dataframes):