project-rig / rig

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

Make geometry functions return ints, not Numpy look-alikes #225

Closed mossblaser closed 8 years ago

mossblaser commented 8 years ago

This was causing bugs in other software (spalloc_server) which attempts to serialise output from these functions as JSON. Regardless, this unintended and non-obvious bit of behaviour is now resolved.

mundya commented 8 years ago

LGTM