Browse Source

fix: wrong input order in test_paddeddataset.py

pull/14885/head
jonyguo 4 years ago
parent
commit
a5cc81dc97
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tests/ut/python/dataset/test_paddeddataset.py

+ 2
- 1
tests/ut/python/dataset/test_paddeddataset.py View File

@@ -3,10 +3,11 @@ import copy
import os
import numpy as np
import pytest
from PIL import Image

import mindspore.dataset as ds
from mindspore.mindrecord import FileWriter
import mindspore.dataset.vision.c_transforms as V_C
from PIL import Image

FILES_NUM = 4
CV_FILE_NAME = "../data/mindrecord/imagenet.mindrecord"


Loading…
Cancel
Save