octave-maintainers
[Top][All Lists]
Advanced

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

Failures in 'make check'


From: Rik
Subject: Failures in 'make check'
Date: Thu, 6 Oct 2016 11:14:43 -0700

The test suite is failing quite badly because of some changes is the ode
functions.

***** test  # two output arguments
 [t, y] = ode23 (@fpol, [0 2], [2 0]);
 assert ([t(end), y(end,:)], [2, fref], 1e-3);
!!!!! test failed
'args' undefined near line 45 column 21

Could someone who knows about this take  look.

--Rik



reply via email to

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