Commit 99c54cdd authored by Your Name's avatar Your Name

test

parent 1143f59f
......@@ -180,6 +180,8 @@ def main(te_file):
result = []
for prob in preds:
result.append([str(prob["uid"][0]), str(prob["city"][0]), str(prob["cid_id"][0]), str(prob['pctcvr'])])
print("result[0]")
print(result[0])
return result
def trans(x):
......
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