We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a50459 commit d4ab82aCopy full SHA for d4ab82a
src/nectarchain/dqm/trigger_statistics.py
@@ -100,9 +100,9 @@ def get_results(self):
100
"Wrong times": [len(self.event_wrong_times)],
101
}
102
self.TriggerStat_Results_Dict["START-TIMES"] = {
103
- "Run start time": self.run_start1,
104
- "First event": self.run_start,
105
- "Last event": self.run_end,
+ "Run start time": [self.run_start1],
+ "First event": [self.run_start],
+ "Last event": [self.run_end],
106
107
return self.TriggerStat_Results_Dict
108
0 commit comments