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

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

[Octave-bug-tracker] [bug #43118] Missing function lscov


From: anonymous
Subject: [Octave-bug-tracker] [bug #43118] Missing function lscov
Date: Sun, 05 Oct 2014 16:44:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36

Follow-up Comment #10, bug #43118 (project octave):

I compiled octave and ran a test 
address@hidden:~/octavec/octave$ hg tip
changeset:   19220:6443693a176f
bookmark:    @
tag:         tip

lscov failed  with:

error: ASSERT errors for:  assert (b2,[b, 2 * b])

  Location  |  Observed  |  Expected  |  Reason
   (1,1)        0.1203       0.1203      Abs err 1.3878e-17 exceeds tol 0
   (1,2)       0.24061      0.24061      Abs err 2.7756e-17 exceeds tol 0


if I change to:

assert(b2, [b 2*b] , eps)

then It passes ok.


Do you want me to make a hg change set for this?

Doug Stewart


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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