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: Wed, 30 Jan 2019 19:31:25 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #55587 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #10:

I just ran for an hour or two with this code


more off;

i = 1;
tf = true;

while (tf)
  tf = test ("splinefit");
  i++;
  if (mod (i, 100) == 0)
    printf ("%.3g\n", i);
  endif
endwhile


It got to 314,000 sucessful iterations before I called it quits.

I checked in the change to increase the tolerance to 20 eps here:
https://hg.savannah.gnu.org/hgweb/octave/rev/46fa64c0ae40.

Marking as fixed and closing report.


    _______________________________________________________

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]