project-rig / rig

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

Deterministic __str__ for routing table entries #231

Closed mundya closed 8 years ago

mundya commented 8 years ago

Previously the source component of "X Y Z -> XX...X -> A B C" was non-deterministic.

mundya commented 8 years ago

Motivation: I had some failing tests on my laptop.

mossblaser commented 8 years ago

LGTM, merge at will!

What test was dependent on this? A doctest?

mundya commented 8 years ago

It was https://github.com/project-rig/rig/blob/master/tests/routing_table/test_entries.py#L47 specifically.