Update 'mean_from_train/run.py'

This commit is contained in:
Jakub Pokrywka 2023-02-06 13:48:33 +01:00
parent c534b3035b
commit 4bdfc4d271

View File

@ -24,3 +24,6 @@ with open('../dev-0/out.tsv','w') as f_out, open('../dev-0/in.tsv', 'r') as f_in
with open('../test-A/out.tsv','w') as f_out, open('../test-A/in.tsv', 'r') as f_in: with open('../test-A/out.tsv','w') as f_out, open('../test-A/in.tsv', 'r') as f_in:
for line in f_in: for line in f_in:
f_out.write(mean + '\n') f_out.write(mean + '\n')
# test