octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #49322] ode23/45 errors


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #49322] ode23/45 errors
Date: Wed, 12 Oct 2016 19:38:09 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #2, bug #49322 (project octave):

Freashly re-clone and re-build:


hg head
changeset:   22616:96411a33f570
branch:      stable
tag:         tip
parent:      22614:78b3c48be3e6
user:        John Donoghue <address@hidden>
date:        Tue Oct 11 19:21:49 2016 -0400
summary:     gui: handle differences in text color for popmenu, checkbox and
radiobutton (Bug #49247)

changeset:   22615:68e9bdb7cde3
parent:      22613:edd04ce99891
user:        Rik <address@hidden>
date:        Tue Oct 11 14:14:44 2016 -0700
summary:     Accept second input '0' to svd (bug #49309).

....

HG ID for this build is "54332b6ddeb6"

....

Summary:

  PASS     14770
  FAIL        54
  XFAIL       39
  SKIPPED     43

---

test ode23
***** 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
octave:4> test ode45
***** test  # two output arguments
 [t, y] = ode45 (@fpol, [0 2], [2 0]);
 assert ([t(end), y(end,:)], [2, fref], 1e-2);
!!!!! test failed
'args' undefined near line 45 column 21




Dmitri.
-- 



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49322>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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