From 3f767aab8a7075673f20d219029c0d6359659a9f Mon Sep 17 00:00:00 2001 From: Jakub Pokrywka Date: Wed, 15 Feb 2023 17:15:32 +0100 Subject: [PATCH] Update 'mean_from_train/run.py' --- mean_from_train/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mean_from_train/run.py b/mean_from_train/run.py index cce5bc8..5402267 100644 --- a/mean_from_train/run.py +++ b/mean_from_train/run.py @@ -26,4 +26,4 @@ with open('../test-A/out.tsv','w') as f_out, open('../test-A/in.tsv', 'r') as f_ f_out.write(mean + '\n') -# test 2 \ No newline at end of file +# test 3 \ No newline at end of file