From f1f9b52a8b48c058a9d83b354e04094dc1ba9635 Mon Sep 17 00:00:00 2001 From: Isaac Riley Date: Thu, 30 Apr 2020 21:08:34 +0200 Subject: [PATCH] test commit pavan --- eval/metrics.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eval/metrics.py b/eval/metrics.py index 2fbead2..feacd0a 100644 --- a/eval/metrics.py +++ b/eval/metrics.py @@ -37,6 +37,7 @@ def f1_score(y_true, y_pred, labels, average): elif average == const.AVG_MICRO: print('test test test') + print("another test comment") pass return None