SpiNNakerManchester / PACMAN

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

get_placement_on_processor #471

Closed Christian-B closed 2 years ago

Christian-B commented 2 years ago

The view.get_placement_on_processor was missing and needed by ASB.__recover_from _error

As view.get_vertex_on_processor differed only by where the .vertex was placed I choose to remove the get_vertex_on_processor from both Placements and View and instead replaced its only use with view.get_placement_on_processor().vertex

Needed for: https://github.com/SpiNNakerManchester/SpiNNFrontEndCommon/pull/979