wip
This commit is contained in:
2
run.py
2
run.py
@@ -5,6 +5,7 @@ import analyze_batch
|
|||||||
import calctoxdiff
|
import calctoxdiff
|
||||||
import posthist
|
import posthist
|
||||||
import its
|
import its
|
||||||
|
import votes
|
||||||
|
|
||||||
|
|
||||||
def main(folder, intervl):
|
def main(folder, intervl):
|
||||||
@@ -13,6 +14,7 @@ def main(folder, intervl):
|
|||||||
calctoxdiff.main(folder, intervl)
|
calctoxdiff.main(folder, intervl)
|
||||||
posthist.main(folder, intervl)
|
posthist.main(folder, intervl)
|
||||||
its.main(folder, 1)
|
its.main(folder, 1)
|
||||||
|
votes.main(votes, 1)
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user