octave-maintainers
[Top][All Lists]
Advanced

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

ode tests failures on dev


From: Dmitri A. Sergatskov
Subject: ode tests failures on dev
Date: Tue, 4 Feb 2020 13:44:46 -0500

There are multiple test FAILs in ode15s after the last (5e44268dca6f tip @) update:

 test ode/ode15s
***** testif HAVE_SUNDIALS
 opt = odeset ("MStateDependence", "none",
               "Mass", [1, 0, 0; 0, 1, 0; 0, 0, 0]);
 [t, y] = ode15s (@rob, [0, 100], [1; 0; 0], opt);
 assert ([t(end), y(end,:)], frefrob, 1e-3);
!!!!! test failed
ode15s: invalid value assigned to field 'Mass'

etc...

Dmitri.
--


reply via email to

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