mirror of
https://github.com/titanscouting/tra-superscript.git
synced 2025-09-25 23:00:19 +00:00
added result logging for metric module
This commit is contained in:
@@ -174,6 +174,8 @@ class Metric (Module):
|
|||||||
|
|
||||||
def _process_data(self):
|
def _process_data(self):
|
||||||
|
|
||||||
|
self.results = {}
|
||||||
|
|
||||||
matches = self.data
|
matches = self.data
|
||||||
|
|
||||||
red = {}
|
red = {}
|
||||||
@@ -243,6 +245,8 @@ class Metric (Module):
|
|||||||
temp_vector.update(red) # update the team's score with the temporay vector
|
temp_vector.update(red) # update the team's score with the temporay vector
|
||||||
temp_vector.update(blu)
|
temp_vector.update(blu)
|
||||||
|
|
||||||
|
self.results[match['match']] = temp_vector
|
||||||
|
|
||||||
d.push_metric(self.apikey, self.competition, temp_vector) # push new scores to db
|
d.push_metric(self.apikey, self.competition, temp_vector) # push new scores to db
|
||||||
|
|
||||||
def _push_results(self):
|
def _push_results(self):
|
||||||
|
Reference in New Issue
Block a user