Skip to content

Commit

Permalink
Removed debug print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Nagel committed Dec 4, 2015
1 parent 13fe22c commit 32a7797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/transformers/test_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ def test_objectarray_batch_source(self):
assert False
for batch in stream.get_epoch_iterator():
for example in batch[2]:
print example.shape
assert example.shape == (2, 5, 4)
seen_indices = numpy.union1d(seen_indices,
example.flatten())
Expand Down

0 comments on commit 32a7797

Please sign in to comment.