SpiNNakerManchester / PACMAN

Partition and Configuration Manager for SpiNNaker
Apache License 2.0
9 stars 7 forks source link

Splitter name #461

Closed Christian-B closed 2 years ago

Christian-B commented 2 years ago

Fixes https://github.com/SpiNNakerManchester/PACMAN/issues/459

Removes spltter name. and several string constants which where just the str(type(self))

Instead AbstractSplitterCommon now does str and repr based on the splitter type

Must be done at the same time as: https://github.com/SpiNNakerManchester/sPyNNaker/pull/1216

tested by: https://github.com/SpiNNakerManchester/IntegrationTests/pull/132