framework icon indicating copy to clipboard operation
framework copied to clipboard

Adding time correction in dataset generation

Open ayuberonavarro opened this issue 2 years ago • 2 comments

Fonsi7 Medium: 151 Powered by Pull Request Badge

This update will allow to define a control variable available in the analysis tree. Only those time periods where the control variable fulfils certain conditions will be added to the dataset. The algorithm will take care of correcting the dataset run duration for the intermediate run removed periods.

  • [x] Adds new method GetRunDuration that implements run correction using a given analysisTree variable.
  • [x] Adds a dataset validation pipeline.

ayuberonavarro avatar Jun 13 '23 13:06 ayuberonavarro

The dataset.rml is not present, to check that it is coherent with the code.

jgalan avatar Jun 15 '23 07:06 jgalan

Inside pipeline/datasets/ there should be the validation macro and the rml.

jgalan avatar Jun 15 '23 07:06 jgalan