Skip to content

Commit

Permalink
fixed progress bar error in chip id allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-stokes committed Aug 18, 2015
1 parent 2c54e98 commit dd151a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def allocate_chip_ids(self, partitionable_graph, machine):
chip_id_x, chip_id_y = self._allocate_id()
vertex.virtual_chip_x = chip_id_x
vertex.virtual_chip_y = chip_id_y
progress_bar.update()
progress_bar.update()
progress_bar.end()

def _allocate_id(self):
Expand Down

0 comments on commit dd151a3

Please sign in to comment.