gnucap-devel
[Top][All Lists]
Advanced

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

Re: [Qucs/gnucsator] wilkinson


From: Felix Salfelder
Subject: Re: [Qucs/gnucsator] wilkinson
Date: Thu, 30 Sep 2021 10:18:35 +0200

On Mon, Sep 27, 2021 at 01:48:47PM -0700, Dow Drake wrote:
> - 'wilkinson.net.gc.out' in COMMON_TESTS, which fails because of
> (maybe) minor numerical differences (e.g. 2.220891E-6 vs. 2.220926E-6)

(wilkinson.net is the transmission line unit test)

Actually this is

-0.3333333+ 2.220934E-6* i

vs.

-0.3333333+ 2.220891E-6* i,

far below relative error tolerance. But numdiff does not see it this
way, and does not seem to support complex numbers.

Not sure which result is more accurate. s_param calls blas through gsl,
and results are expected to vary. Just ignore it.

make -k check will run all rests regardless, and autotools provide a
more fancy test harness. I am hesitant to pull in autotools, and I do
not feel inventive.



reply via email to

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