jzmaddock
7431f8141c
Improve bernoulli and bessel coverage.
2024-01-22 13:23:33 +00:00
jzmaddock
fae96bf542
S390x testing: make all the tests 128-bit float safe.
...
* Remove tests we don't need right now.
!!!REVERT THIS COMMIT BEFORE MERGING!!!
* Add s390x testing to drone.
* Correct drone file.
* Correct drone file (again)
* Prevent complete cancellation in bessel_jy logic.
* Correct testing for 128-bit floats.
* Make some more tests 128-bit long double safe.
* Make more tests 128-bit float safe.
* Fix some more 128-bit testing issues.
* More 128-bit float fixes.
* Make more tests 128-bit float safe.
* Fix up remaining tests for 128-bit floats.
* Yet more 128-bit float test case fixes.
* Fix up more tests for 128-bit floats and non-intel platforms.
* Fix up more tests to be 128-bit long double safe.
* More test case adjustments.
* More 128-bit float error rate adjustments.
* Fixes for autodiff tests
* Two more test fixes.
* Fix up daubechies_scaling_test.cpp and reinstate full CI.
Co-authored-by: Matt Borland <matt@mattborland.com >
2023-01-11 18:31:05 +00:00
Matt Borland
26711525ca
Remove uses of boost/cstdint without header called
2021-03-21 16:13:10 +03:00
Brian Wignall
8b277e3ff3
Fix more typos
2019-12-26 09:18:02 -05:00
Nick Thompson
9b14fff12e
Remove header deprecation warnings.
2019-08-10 08:50:12 -04:00
jzmaddock
ba365b5aaa
Enable running of tests with exception handling off.
...
And fix a few bugs that showed up in the process.
Currently msvc-only (not GCC as Boost.Test doesn't build).
2015-09-05 19:08:28 +01:00
jzmaddock
ee2d3a68af
Oh my, fix lots of typos (search and replace).
2015-06-18 18:47:50 +01:00
jzmaddock
7a4640f038
[tests] Fix expected error rate in test/test_bessel_airy_zeros.cpp.
2014-12-10 18:20:03 +00:00
jzmaddock
7fa56fe3a9
Fix Linux x64 error rates.
2014-01-06 19:40:04 +00:00
jzmaddock
c005d4d4d1
Fix test tolerances for new tgamma code.
2014-01-06 17:24:45 +00:00
Christopher Kormanyos
f60b4d1279
Change use of non-portable "int" to "boost::int32_t".
2013-12-30 12:29:07 +01:00
jzmaddock
5b5550222a
Fix issues raised from the regression tests: some using declaration in the Bessel code, and some changed assumptions in the airy-zeros.
2013-12-30 09:44:11 +00:00
John Maddock
fc9da60883
Apply remaining fixes from #8732 .
...
Also adds msb (most significant bit) function to multiprecision.
Fixes #8732 .
[SVN r84921]
2013-07-01 15:43:28 +00:00
Paul A. Bristow
0b57dde6d2
Increased tolerance for realConcept
...
[SVN r83584]
2013-03-26 14:59:27 +00:00
Paul A. Bristow
4da4129672
Added tests for airy multi-root versions.
...
[SVN r83423]
2013-03-14 11:20:15 +00:00
Paul A. Bristow
407f10a01a
Yet another tolerance tweak for airy_ai_zero and airy_bi_zero for 80 bit platforms.
...
[SVN r83343]
2013-03-07 10:03:28 +00:00
Paul A. Bristow
cdf652e5f7
Yet more tweaks, this time for Darwin strange long doubles.
...
[SVN r83309]
2013-03-05 12:34:11 +00:00
Paul A. Bristow
7d24320a59
Yet another tolerance tweak for long double.
...
[SVN r83293]
2013-03-04 10:25:27 +00:00
Paul A. Bristow
36ab3af7c7
Added missing L and increased a few more tolerances.
...
[SVN r83226]
2013-03-01 10:15:06 +00:00
Paul A. Bristow
39d6a82424
Added missing L and increased a few more tolerances.
...
[SVN r83225]
2013-03-01 10:10:10 +00:00
Paul A. Bristow
f172fd85a8
Increased a few tolerances to allow for 80 bit GCC platforms.
...
Added new tests for the discontinuity near mid-point between integer orders.
[SVN r83199]
2013-02-28 09:46:32 +00:00
Paul A. Bristow
256f7c436b
Added tests for airy (0) call and more spot values, passing on MSVC 10.
...
[SVN r83187]
2013-02-27 12:51:52 +00:00
Paul A. Bristow
e90f566315
Added cyl_neumann tests with negative order. Two failures to find root, and some disagreement with Wolfram - where I think Wolfram is wrong!
...
[SVN r83149]
2013-02-25 12:44:23 +00:00
Paul A. Bristow
2fc39a9010
Added new test for negative orders - one requires a higher tolerance,
...
[SVN r83065]
2013-02-21 16:19:20 +00:00
Paul A. Bristow
cc199a609e
Added tests for zero'th order.
...
(comment in test_ibeta)
[SVN r82972]
2013-02-18 10:23:23 +00:00
Paul A. Bristow
bdc220f7ca
Updated tests using int m.
...
[SVN r82881]
2013-02-14 15:54:34 +00:00
Paul A. Bristow
cb0fc34a37
unsigned m changed to int
...
[SVN r82875]
2013-02-14 14:35:14 +00:00
Paul A. Bristow
95a4479b8d
Removed non-ASCII chars #8043 . Other tests being added and modified.
...
[SVN r82868]
2013-02-14 10:26:02 +00:00
Paul A. Bristow
6eb440db06
Increased tolerance to 2 * epsilon for the one cycl_neumann failure, and a note on why.
...
[SVN r82806]
2013-02-10 12:35:48 +00:00
John Maddock
4d1e810132
Enable better error handling in bessel-zero code.
...
[SVN r82787]
2013-02-08 17:28:49 +00:00
John Maddock
c8931731c0
Fix parameter order, and change to be a unit test.
...
[SVN r82784]
2013-02-08 16:26:05 +00:00
Gennadiy Rozental
3bc111cdb7
Eliminated test_exec_monitor
...
[SVN r82782]
2013-02-08 05:09:47 +00:00
John Maddock
2be883f332
Reordered parameters to Bessel and Airy root finders.
...
Update to docs with references.
[SVN r82764]
2013-02-06 18:53:06 +00:00
Paul A. Bristow
e4c2d969ff
Airy tests done.
...
One failure, perhaps just needing tolerance increasing?
Or is there a mistake?
[SVN r82750]
2013-02-05 14:21:56 +00:00
Paul A. Bristow
bd770b358c
More bessel and Lots more neumann tests. I failure at double epsilon airy TODO.
...
[SVN r82749]
2013-02-05 12:59:09 +00:00
Paul A. Bristow
61797374b3
More tests added for coverage and for new signature. TODO more coverage on neumann, and some edge cases, and parameter order?
...
[SVN r82733]
2013-02-04 18:03:48 +00:00
Paul A. Bristow
8730f6099a
Added airy tests compared to Wolfram and these pass OK.
...
[SVN r82730]
2013-02-04 14:24:44 +00:00
Paul A. Bristow
4e10dbab66
Drafted some tests for single value Bessel zeros, but domain_error exceptions not right yet.
...
TODO airy zeros.
[SVN r82680]
2013-02-01 15:44:51 +00:00