SpiNNakerManchester / SpiNNMachine

A python module which contains a representation of the SpiNNaker Machine
Apache License 2.0
4 stars 3 forks source link

Make Chip support equality/hashing so we can use directly in sets/dicts #208

Closed dkfellows closed 1 year ago

dkfellows commented 1 year ago

I'm not sure if this is necessary, but being able to use chips as keys simplifies a number of things and should reduce the amount of churn of tuples.

See: