diff --git a/run.py b/run.py index 9e9cf4c..dc814e3 100644 --- a/run.py +++ b/run.py @@ -5,6 +5,7 @@ import analyze_batch import calctoxdiff import posthist import its +import votes def main(folder, intervl): @@ -13,6 +14,7 @@ def main(folder, intervl): calctoxdiff.main(folder, intervl) posthist.main(folder, intervl) its.main(folder, 1) + votes.main(votes, 1) pass