2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 16:32:10 +00:00

20 Commits

Author SHA1 Message Date
Reimar Döffinger
a4282229f5 Fix many, many obvious test bugs (#1212)
Needed for tests to pass with 128 bit long double types

Co-authored-by: Reimar Döffinger <reimar.doeffinger@arm.com>
2024-10-16 11:16:12 -04:00
jzmaddock
5c8c1e54f1 Minor daubechies_scaling.hpp coverage tweak.
Make a few things constexpr in daubechies_scaling.hpp.
2024-02-22 19:04:03 +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
jzmaddock
67aa0c1444 Deal with inspect issues in test/. 2021-03-30 17:55:13 +01:00
Matt Borland
6050bd6e17 Fix for MSVC CI Failures (#492)
* Fix for MSVC Macro substitution

* FIx t-test CI failure with MSVC-14.2, C++17, misc

* Fixs for fpclassify error and multiprecision

* Add bigobj flag fixes daubechies wavelet [CI SKIP]

* Fix bad compiler flag for mingw

* Edit jamfile

* Re-add mingw compiler guards
2021-01-18 09:38:49 -05:00
Nick
3c3217d2cd Remove some internal dependencies for Daubechies wavelets. (#356) 2020-05-20 14:07:19 -04:00
jzmaddock
8b3393091a Daubechies: More code simplification. 2020-03-23 18:23:32 +00:00
Nick
5cbfdb554a Fix invalid read in cubic Hermite. [CI SKIP] 2020-03-22 11:22:36 -04:00
Nick
bc70b99553 Test boundaries for segfaults [CI SKIP] 2020-03-22 08:50:21 -04:00
jzmaddock
5b1ba3bd73 Suppress msvc warnings. 2020-03-22 10:12:29 +00:00
NAThompson
f44feba639 Test L2 norm of Daubechies scaling function. [CI SKIP] 2020-03-12 06:07:03 -04:00
NAThompson
1004045667 Attempt to fix some build errors 2020-03-12 05:48:16 -04:00
NAThompson
f38a3cc13f Remove some warning and try to fix msvc compile error by adding bigobj tag. 2020-03-10 05:57:38 -04:00
Nick Thompson
a67321c8d2 Fix build errors. 2020-03-09 20:19:36 -04:00
Nick Thompson
2c7863e1a8 Quadrature unit tests. [CI SKIP] 2020-03-08 15:33:18 -04:00
Nick Thompson
4ebef84564 Fix typos that break build; kick off build [CI SKIP] 2020-03-08 09:59:54 -04:00
NAThompson
bcc1e57395 Add additional integer grid and filters computed by JM to unit tests. [CI SKIP] 2020-03-05 07:03:26 -05:00
jzmaddock
bd7ded8815 Restrict testing to p values we can actually support.
[CI SKIP]
2020-02-21 19:49:59 +00:00
NAThompson
b5188cfaba Continuous Daubechies wavelets: Fight bitrot. 2020-01-26 11:27:28 +08:00
NAThompson
d7e4bf780b Continuous Daubechies wavelets [CI SKIP] 2019-10-27 14:12:34 -04:00