From 63ca349cbe6c27c88e29b0a726142a331b6d7b9d Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Wed, 22 Mar 2023 15:31:49 +0100 Subject: [PATCH] save progress metrics to XML Signed-off-by: Csaba Kiraly --- DAS/simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DAS/simulator.py b/DAS/simulator.py index 0d0aeba..ab30853 100644 --- a/DAS/simulator.py +++ b/DAS/simulator.py @@ -230,6 +230,6 @@ class Simulator: matplotlib.pyplot.savefig(filePath) self.result.populate(self.shape, missingVector) - self.result.addMetric("trafficStats", trafficStatsVector) + self.result.addMetric("progress", progress.to_dict(orient='list')) return self.result