summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-09-01 00:01:35 +0200
committerFlorian Jung <flo@windfisch.org>2015-09-01 00:01:35 +0200
commitfcbc8e4ff94f7176675f0da38a9f943bb4e4f693 (patch)
treeb533b886edaf6d42167eceb70ece63935f5fc1a8
parentc13c6ca7f3d2ed069d8b0d9af4a09ea2c952d845 (diff)
analyze virus2,3
-rw-r--r--analyze.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/analyze.py b/analyze.py
index 2dc8c88..c9c3ac8 100644
--- a/analyze.py
+++ b/analyze.py
@@ -14,7 +14,7 @@ for f in files[1:]:
s.analyze_speed()
print("\n" + "-"*40 + "\n")
s.analyze_visible_window(False)
-for i in ["split cell", "ejected mass", "virus"]:
+for i in ["split cell", "ejected mass", "virus", "virus2", "virus3"]:
s.analyze_deviations(i)
print("")
for i in ["split cell", "ejected mass", "virus"]: