octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

interp1.m test failure


From: marco atzeri
Subject: interp1.m test failure
Date: Sat, 19 Feb 2011 06:56:25 +0100

on

$ hg tip
changeset:   12457:061d18124904
tag:         tip
user:        Kai Habel <address@hidden>
date:        Thu Feb 17 12:45:05 2011 +0100
summary:     rename fltk_gui_mode to gui_mode

>>>>> processing /pub/hg/octave/scripts/general/interp1.m
  ***** error interp1(1:2,1:2,1, "spline");
!!!!! expected <.> but got no error

  ***** error interp1(1:2,1:2,1, "*spline");
!!!!! expected <.> but got no error


octave:1> interp1(1:2,1:2,1, "spline")
ans =  1
octave:2> interp1(1:2,1:2,1, "*spline")
ans =  1

is the test wrong or interp1 is now working differently ?

on 3.4.0

octave:1> interp1(1:2,1:2,1, "spline")
error: spline: requires at least 3 points
error: called from:
error:   /usr/share/octave/3.4.0/m/polynomial/spline.m at line 80, column 5
error:   /usr/share/octave/3.4.0/m/general/interp1.m at line 328, column 10

Marco


reply via email to

[Prev in Thread] Current Thread [Next in Thread]