Skip to content

Commit

Permalink
remove merge options
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 1, 2023
1 parent c9f5983 commit 54edffc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pacman/operations/placer_algorithms/application_placer.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,7 @@ def _place_error(
:param Placements system_placements:
:param PacmanPlaceException exception:
:param int plan_n_timesteps:
<<<<<<< HEAD
:rtype: PacmanPlaceException
=======
:param ~spinn_machine.Machine machine:
:raises PacmanPlaceException:
>>>>>>> refs/heads/master
"""
unplaceable = list()
vertex_count = 0
Expand Down Expand Up @@ -282,10 +277,6 @@ def _do_fixed_location(
:param list(MachineVertex) vertices:
:param int sdram:
:param Placements placements:
<<<<<<< HEAD
=======
:param ~spinn_machine.Machine machine:
>>>>>>> refs/heads/master
:param _ChipWithSpace next_chip_space:
:rtype: bool
:raise PacmanConfigurationException:
Expand Down Expand Up @@ -355,10 +346,6 @@ class _Spaces(object):
def __init__(
self, placements: Placements, plan_n_timesteps: Optional[int]):
"""
<<<<<<< HEAD
=======
:param ~spinn_machine.Machine machine:
>>>>>>> refs/heads/master
:param Placements placements:
:param int plan_n_timesteps:
"""
Expand Down

0 comments on commit 54edffc

Please sign in to comment.