summaryrefslogtreecommitdiff
path: root/stats.py
diff options
context:
space:
mode:
Diffstat (limited to 'stats.py')
-rw-r--r--stats.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/stats.py b/stats.py
index a10ea1d..4827d8a 100644
--- a/stats.py
+++ b/stats.py
@@ -133,6 +133,11 @@ class Stats:
for i in data2.eject_distlogs:
self.data.eject_distlogs[i] += data2.eject_distlogs[i]
+ for i in self.data.observed_virus_sizes:
+ self.data.observed_virus_sizes[i] += data2.observed_virus_sizes[i]
+
+ self.data.remerging.update(data2.remerging)
+
def log_mass(self, mass):
self.data.mass_history.append((time.time(), mass))
self.data.current_mass = mass