Re: [Qucs/gnucsator] wilkinson
Felix Salfelder <[email protected]> Thu, 30 Sep 2021 10:18:35 +0200
| Newsgroups | gmane.comp.gnu.gnucap.devel |
|---|---|
| Message-ID | <[email protected]> |
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.