Skip to content

Commit

Permalink
Merge 646e27b into c32cdea
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgait committed Mar 5, 2019
2 parents c32cdea + 646e27b commit 2a5a22e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,4 @@ def create_machine_vertex(
constraints=None):
vertex = MachineSpiNNakerLinkVertex(
self._spinnaker_link_id, self._board_address, label, constraints)
vertex.set_virtual_chip_coordinates(
self._virtual_chip_x, self._virtual_chip_y)
return vertex
1 change: 0 additions & 1 deletion pacman/operations/algorithms_metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@
</parameter>
<parameter>
<param_name>graph</param_name>
<param_type>MemoryApplicationGraph</param_type>
<param_type>MemoryMachineGraph</param_type>
</parameter>
</input_definitions>
Expand Down

0 comments on commit 2a5a22e

Please sign in to comment.