diff options
Diffstat (limited to 'test/cubic_interpolation')
-rwxr-xr-x | test/cubic_interpolation | 1 |
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 |