Skip to content

Fixing simultaneous use of aggregated units and maintenance breaks

Tomi J. Lindroos requested to merge #165_aggrUnit_maintBreaks into master

3b_periodicLoop handled maintenance breaks and aggregations in wrong order leading to unwanted active units.

  • Updating the order here
  • and changing the checks that aggregated and aggregators are deactivated when outside bounds (old version activated if inside bounds)

Merge request reports