Skip to content

Skip constant POIs when storing impact calculation

Ahmed Markhoos requested to merge skip-constant-POIs into master

When impact calculation is performed, constant POIs are omitted. But, when storing the impact, the code iterate over all POIs.

There is a great similarity between TSImpactCalculator and TSBreakdownCalculator. Maybe, in the future, these two can be merged to compactify the code.

Merge request reports

Loading