remove unrelated comments

This commit is contained in:
Markus 2018-12-06 19:06:57 -02:00
parent b098a754e4
commit 96187bbdb6
1 changed files with 0 additions and 2 deletions

View File

@ -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 = {
}