clear metrics only on script start

This commit is contained in:
Dev Singh
2022-03-28 15:47:46 -05:00
parent ac8002aaf8
commit 82ec2d85cc
2 changed files with 2 additions and 4 deletions

View File

@@ -174,8 +174,6 @@ class Metric (Module):
def _process_data(self):
d.clear_metrics(self.apikey, self.competition)
elo_N = self.config["tests"]["elo"]["N"]
elo_K = self.config["tests"]["elo"]["K"]