octave-maintainers
[Top][All Lists]
Advanced

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

Re: test fail in ode/decic.m


From: Kai Torben Ohlhus
Subject: Re: test fail in ode/decic.m
Date: Thu, 29 Nov 2018 21:59:08 +0100

On Thu, Nov 29, 2018 at 8:43 PM Dmitri A. Sergatskov <address@hidden> wrote:
Buildbots are failing at ode/decic.m test since about 4 days ago.

Dmitri.


For me as well.  Since [1] Octave's fminunc is now MATLAB compatible, but that test [2] needs to be relaxed to 1e-8 or 1e-7

!!!!! test failed
ASSERT errors for:  assert ([ynew(1:end), ypnew(1:end)],[ref1(1:end), ref2(1:end)],1e-10)

  Location  |  Observed  |  Expected  |  Reason
   (3,1)     -4.2594e-09       0         Abs err 4.2594e-09 exceeds tol 1e-10 by 4e-09
   (1,2)        -0.04        -0.04       Abs err 4.5867e-09 exceeds tol 1e-10 by 4e-09
   (2,2)         0.04         0.04       Abs err 1.3676e-08 exceeds tol 1e-10 by 1e-08

Kai


reply via email to

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