Initial commit
This commit is contained in:
commit
66a6860316
407 changed files with 1254365 additions and 0 deletions
6
models/caller.py
Normal file
6
models/caller.py
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue