This commit is contained in:
kris 2022-07-03 23:09:04 +01:00
parent f65aaba765
commit 233e94d94f
1 changed files with 0 additions and 3 deletions

View File

@ -4,8 +4,6 @@
# cython: wraparound=False
cimport cython
from libc.stdlib cimport malloc, free
import numpy as np
@ -34,7 +32,6 @@ def evolve_return_best(object speaker, float position1, float position2, float v
error += (y * scale - data[j]) ** 2
if error > lowest_err:
break
# output[i, j] = y
x2 = x1
x1 = voltages[i, j] # XXX does this really always lag?
y2 = y1