mosis24DEVS/models/caller.py
Yentl Van Tendeloo 66a6860316 Initial commit
2016-08-04 17:38:43 +02:00

6 lines
233 B
Python

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)