SpiNNakerManchester / PACMAN

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

fix placement json code #540

Closed Christian-B closed 7 months ago

Christian-B commented 7 months ago

The method to go from json to placement (currently usused) was wrong. placement_from_json

It tried to get a vertex from a graph but placements need a MachineVertex and we no longer have a machine Graph. So removed the option to load a vertex from the graph.

The rest of the changes are typing and testing