Skip to content

Commit

Permalink
Merge branch 'master' into mobilenet_experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
pabogdan committed Sep 20, 2019
2 parents 480a72e + ac0a5aa commit 2dc8147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spinnman/processes/read_iobuf_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,5 +173,4 @@ def read_iobuf(self, iobuf_size, core_subsets):
iobuf = ""
for item in itervalues(self._iobuf[x, y, p]):
iobuf += item.decode(_ENCODING)

yield IOBuffer(x, y, p, iobuf)

0 comments on commit 2dc8147

Please sign in to comment.