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

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

[Octave-bug-tracker] [bug #48365] __run-test_suite_ FAIL for assert.m (t


From: Rik
Subject: [Octave-bug-tracker] [bug #48365] __run-test_suite_ FAIL for assert.m (tolerances)
Date: Wed, 21 Sep 2016 03:53:30 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #48365 (project octave):

                  Status:               Need Info => Works For Me           

    _______________________________________________________

Follow-up Comment #13:

The test code below is now working for me.


 x = [-40:0];
 y1 = (10.^x).*(10.^x);
 y2 = 10.^(2*x);
 assert (y1, y2, eps (y1));


This still fails on 4.0.2 in a Windows VM, but passes in the same VM with a
recent self-build MXE version 4.2.0-rc2. 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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