summaryrefslogtreecommitdiff
path: root/pyspike/cython/python_backend.py
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2015-02-03 16:40:55 +0100
committerMario Mulansky <mario.mulansky@gmx.net>2015-02-03 16:40:55 +0100
commit7989b2d337a0e5d2e0223d7fdec73833ff47c7bb (patch)
tree6d4fcfd1cf8ab3743ff023d361414d6c967d88e0 /pyspike/cython/python_backend.py
parentea61fc2ed03e42b3ea159b7ef7886d005c90e29f (diff)
first version of psth profile
Diffstat (limited to 'pyspike/cython/python_backend.py')
-rw-r--r--pyspike/cython/python_backend.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyspike/cython/python_backend.py b/pyspike/cython/python_backend.py
index 481daf9..4efefc5 100644
--- a/pyspike/cython/python_backend.py
+++ b/pyspike/cython/python_backend.py
@@ -482,4 +482,3 @@ def add_discrete_function_python(x1, y1, mp1, x2, y2, mp2):
# the last value is again the end of the interval
# only use the data that was actually filled
return x_new[:index+1], y_new[:index+1], mp_new[:index+1]
-