project-rig / rig

A collection of tools for developing SpiNNaker applications.
GNU General Public License v2.0
4 stars 0 forks source link

Make a_star return Routes, not Links. #226

Closed mossblaser closed 8 years ago

mossblaser commented 8 years ago

Previously, use of A* would result in routing trees with some routes described with Links objects, not Routes. For most of human history this didn't cause anything to blow-up but with newer more sophisticated routing table generation everything blows up. Whoops.

mundya commented 8 years ago

Whoops indeed. LGTM, thanks.