Commit cec6a113 authored by 张彦钊's avatar 张彦钊

change test fliw

parent bf1f4053
...@@ -158,7 +158,7 @@ def get_hdfs(dir_in): ...@@ -158,7 +158,7 @@ def get_hdfs(dir_in):
return a return a
if __name__ == '__main__': if __name__ == '__main__':
preds = [1,2] preds = [3,4]
with open("/home/gmuser/hello.txt", "w") as fo: with open("/home/gmuser/hello.txt", "w") as fo:
for prob in preds: for prob in preds:
fo.write(str(prob)) fo.write(str(prob))
......
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