Run control values
closes #63 (closed)
Added documentation to make it clear that the obtained values are those of the beginning of the run and that they do not reflect a change occuring during the run.
Merge request reports
Activity
assigned to @mercadil
@lleguy if you are interested
Any comments? I find quite useful to quickly retrieve parameters from the past. Maybe we could separate it from
mnemonics_for_run()
and haveload_run_values(prop_or_runNB, runNB=None, which="mnemonics")
withwhich
in["mnemonics", "all"]
to have the possibility to load every run value.The functionality already exists in extra-data: https://extra-data.readthedocs.io/en/latest/reading_files.html#extra_data.DataCollection.get_run_value
The key point is to apply it to the ToolBox mnemonics to get a quick view of the most relevant variables we typically use.
OK, I guess I got confused by how the issue is reported in #63 (closed) LGTM
mentioned in commit 069eed61