always return 0.45

This commit is contained in:
Jakub Pokrywka 2022-04-20 09:21:34 +02:00
parent 3fa5102c27
commit f415a39194
1 changed files with 2 additions and 0 deletions

2
run.py
View File

@ -3,3 +3,5 @@ for dataset in 'dev-0', 'dev-1', 'test-A':
for line in f_in:
f_out.write('0.45\n')