model states ench

This commit is contained in:
anwinged
2012-05-07 08:11:56 +00:00
parent 9e29e5f9c8
commit 1d05a67a89
7 changed files with 126 additions and 54 deletions

View File

@ -52,7 +52,8 @@ def serie(n, d, h, l = 0):
y = sin_taylor(l, d)
yield (l, y)
l += h
# time.sleep(0.002)
# assert 0
time.sleep(0.002)
def main():