save progress metrics to XML

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-03-22 15:31:49 +01:00
parent 00dde12d0b
commit 63ca349cbe
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E

View File

@ -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