From 69655341a7b642952e25e5b44a1746af2d141659 Mon Sep 17 00:00:00 2001 From: Jakub Pokrywka Date: Thu, 1 Jun 2023 13:12:13 +0200 Subject: [PATCH] test --- mean_from_train/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mean_from_train/run.py b/mean_from_train/run.py index 5402267..e6ae5db 100644 --- a/mean_from_train/run.py +++ b/mean_from_train/run.py @@ -26,4 +26,5 @@ with open('../test-A/out.tsv','w') as f_out, open('../test-A/in.tsv', 'r') as f_ f_out.write(mean + '\n') -# test 3 \ No newline at end of file +# test 3 +