Commit 497359ca authored by 张彦钊's avatar 张彦钊

change test file

parent f02fcd64
......@@ -299,7 +299,7 @@ def main(_):
#FLAGS.data_dir = FLAGS.data_dir + FLAGS.dt_dir
import glob
import random
tr_files = glob.glob("home/gmuser/test/part*")
tr_files = glob.glob("/home/gmuser/test/part*")
random.shuffle(tr_files)
print("tr_files:", tr_files)
......
......@@ -174,7 +174,7 @@ if __name__ == '__main__':
import glob
import random
tr_files = glob.glob("home/gmuser/test/")
tr_files = glob.glob("/home/gmuser/test/*")
random.shuffle(tr_files)
print("tr_files:", tr_files)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment