conveyal / r5

Developed to power Conveyal's web-based interface for scenario planning and land-use/transport accessibility analysis, R5 is our routing engine for multimodal (transit/bike/walk/car) networks with a particular focus on public transit
https://conveyal.com/learn
MIT License
285 stars 73 forks source link

Return warning when decay function is above 0 at maximum cutoff #911

Open trevorgerhardt opened 10 months ago

trevorgerhardt commented 10 months ago

R5 now allows decay functions that do not drop all the way to 0 (see https://github.com/conveyal/r5/issues/677). R5 should return a warning to display if the decay function is not close to 0 at the maximum cutoff.

Originally reported at https://github.com/conveyal/ui/issues/1494