octave-maintainers
[Top][All Lists]
Advanced

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

test ode15s failing


From: Dmitri A. Sergatskov
Subject: test ode15s failing
Date: Tue, 5 Sep 2017 15:06:37 -0500

test ose15s is failing:

 test ode15s
***** testif HAVE_SUNDIALS
 A = zeros (2);
 fail ("ode15s (@(t, y) A * y, [0, 1], eye (2))",
       "ode15s: YP0 must be a numeric vector");
!!!!! test failed
expected error <ode15s: YP0 must be a numeric vector>
but got <ode15s: Y0 must be a numeric vector>

I think it is after Marco Caliari patch:

changeset:   24008:6e7bb85e32b8
bookmark:    @
tag:         tip
user:        Marco Caliari <address@hidden>
date:        Tue Sep 05 11:45:43 2017 -0700
summary:     Allow ode15s and ode15i to work with row initial vectors (bug #50192).

Dmitri.
--


reply via email to

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