diff --git a/simulations/demo/simple_tracker.py b/simulations/demo/simple_tracker.py index 0c9d16c..9003500 100644 --- a/simulations/demo/simple_tracker.py +++ b/simulations/demo/simple_tracker.py @@ -24,7 +24,6 @@ def add(step, sL, s, _input): return (y, x) # Exogenous States -# amplitude = 0.7 period = 50 def sinusoid(step, sL, s, _input): y = 'signal' @@ -60,7 +59,6 @@ exogenous_states = exo_update_per_ts( } ) -# make env proc trigger field agnostic env_processes = { }