Initial commit

This commit is contained in:
Yentl Van Tendeloo 2016-08-04 17:38:43 +02:00
commit 66a6860316
407 changed files with 1254365 additions and 0 deletions

6
models/caller.py Normal file
View file

@ -0,0 +1,6 @@
import stacktracer
stacktracer.trace_start("trace.html",interval=5,auto=True) # Set auto flag to always update file!
import regression.normal as experiment
import logging
experiment.sim("exp.log", ('localhost', 514), logging.DEBUG)