MDL-66536 analytics: Indicators can add extra data for targets
This commit is contained in:
@@ -477,6 +477,9 @@ class analysis {
|
||||
list($samplesfeatures, $newindicatorcalculations, $indicatornotnulls) = $rangeindicator->calculate($sampleids,
|
||||
$this->analyser->get_samples_origin(), $range['start'], $range['end'], $prevcalculations);
|
||||
|
||||
// Associate the extra data generated by the indicator to this range index.
|
||||
$rangeindicator->save_calculation_info($timesplitting, $rangeindex);
|
||||
|
||||
// Free memory ASAP.
|
||||
unset($rangeindicator);
|
||||
gc_collect_cycles();
|
||||
|
||||
Reference in New Issue
Block a user