Fix computation of exponential decay in route_smoothed_metric.
We're working with deltas, not with absolute values, so we need to subtract 1. Oh, and it's multiplication, not division.
Showing
Please register or sign in to comment
We're working with deltas, not with absolute values, so we need to subtract 1. Oh, and it's multiplication, not division.