octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 4.0.1 release candidate 1 available for ftp


From: chechu
Subject: Re: Octave 4.0.1 release candidate 1 available for ftp
Date: Wed, 16 Dec 2015 10:26:23 -0800 (PST)

Tested on Debian 8.2 Jessie amd64.

-with-jit
-with-64bit-address_index


Only one error as other mantainers have confirmed.

Problems with svd



  scripts/sparse/svds.m ....................................... PASS     
5/6   
                                                                  FAIL    1

***** testif HAVE_ARPACK, HAVE_UMFPACK
 [u2,s2,v2,flag] = svds (A,k,0,opts);
 s2 = diag (s2);
 assert (flag, !1);
 tol = 10 * eps() * norm(s2, 1);
 assert (s2, s(k:-1:1), tol);

!!!!! test failed
ASSERT errors for:  assert (s2,s (k:-1:1),tol)


Thanks for your attention, chechu




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-4-0-1-release-candidate-1-available-for-ftp-tp4673985p4674076.html
Sent from the Octave - Maintainers mailing list archive at Nabble.com.



reply via email to

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