Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhreshold committed Jun 23, 2018
1 parent 209414a commit 2ab45a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/python/unittest/test_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,8 @@ def test_ImageRecordIter_seed_augmentation():
mean_img="data/cifar/cifar10_mean.bin",
shuffle=False,
data_shape=(3, 28, 28),
batch_size=3)
batch_size=3,
seed_aug=seed_aug)
batch = dataiter.next()
data = batch.data[0].asnumpy().astype(np.uint8)

Expand Down

0 comments on commit 2ab45a7

Please sign in to comment.