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

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

[Octave-bug-tracker] [bug #55587] splinefit.m BIST may fail, slightly ou


From: Rik
Subject: [Octave-bug-tracker] [bug #55587] splinefit.m BIST may fail, slightly out of tolerance result
Date: Mon, 28 Jan 2019 00:46:11 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #1, bug #55587 (project octave):

This works for me on the development branch, but occasionally fails on the
stable branch.  I used the following script


N = 1e4;

bm = false (N, 1);

for i = 1:N
  bm(i) = test ("splinefit");
endfor

sum (bm)


On development branch I've repeatedly run this (30,000 attempts) and 0
failures.  On stable I have gotten 1-3 failures in 20,000 attempts.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55587>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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