summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-04-06 00:47:02 +0200
committerMattias Andrée <maandree@operamail.com>2014-04-06 00:47:02 +0200
commitef8dd7c87b3c13bf90e8796527252a8db15df362 (patch)
treeb44444ae13d780b5de3381b9ca56f4f9540e4bf2
parentupdate todo (diff)
downloadblueshift-ef8dd7c87b3c13bf90e8796527252a8db15df362.tar.gz
blueshift-ef8dd7c87b3c13bf90e8796527252a8db15df362.tar.bz2
blueshift-ef8dd7c87b3c13bf90e8796527252a8db15df362.tar.xz
m doc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rwxr-xr-xtest/cubic_interpolation1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cubic_interpolation b/test/cubic_interpolation
index 6d2b22c..537102c 100755
--- a/test/cubic_interpolation
+++ b/test/cubic_interpolation
@@ -53,6 +53,7 @@ def interpolate(small, tension = 0):
Interpolate data
@param small:list<float> The input values for each point
+ @param tension:float A [0, 1] value of the interpolation tension
@return :list<float> The values for each point in a scaled up version
'''
large = [None] * len(small) ** 2