summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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