Update test_reader_reset.py

import os module to use os.environ in setUp()
fix-develop-build.sh
Jiabin Yang 7 years ago committed by GitHub
parent 415e0eac69
commit 5b5fa37fb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@
# limitations under the License.
from __future__ import print_function
import os
import paddle.fluid as fluid
import paddle
import numpy as np

Loading…
Cancel
Save