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

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

[Octave-bug-tracker] [bug #35048] Test fail in onenormest.m (MinGW)


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #35048] Test fail in onenormest.m (MinGW)
Date: Tue, 13 Dec 2011 04:31:26 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2

URL:
  <http://savannah.gnu.org/bugs/?35048>

                 Summary: Test fail in onenormest.m (MinGW)
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年12月13日 04時31分25秒
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

changeset 14036:29e9eb59f917
date    Mon Dec 12 13:52:35 2011 -0800


>>>>> processing
e:\usr\Tatsu\mingwhome\octaves\hg\octave-work\scripts\linear-algebra\onenormest.m
  ***** test
  old_state = rand ("state");
  restore_state = onCleanup (@() rand ("state", old_state));
  rand ('state', 42);  % Initialize to guarantee reproducible results
  N = 100;
  A = rand (N);
  [nm1, v1, w1] = onenormest (A);
  [nminf, vinf, winf] = onenormest (A', 6);
  assert (nm1, norm (A, 1), -.1);
  assert (nminf, norm (A, inf), -.1);
  assert (norm (w1, 1), nm1 * norm (v1, 1), -2*eps)
  assert (norm (winf, 1), nminf * norm (vinf, 1), -2*eps)
!!!!! test failed
API version api-v45+ found in .oct file function `onCleanup'
       does not match the running Octave (API version api-v46+)
       this can lead to incorrect results or other failures
       you can fix this problem by recompiling this .oct file






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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