Tom Henderson
0258405cc6
build: Upgrade scripts to Python 3 (many changes due to Ankit Deepak)
2019-08-12 16:55:34 -07:00
Tom Henderson
6e3b4d416e
stats: Increase floating-point arithmetic tolerance in a test
...
The 'average' test suite, which used a constant TOLERANCE value of
1e-14 to check the MinMaxAvgTotalCalculator class computations,
started to fail on a 32-bit Fedora 24 test machine because the
arithmetic slightly exceeded a difference of 1e-14. This patch
doubles the tolerance to 2e-14 to make this test pass again.
2016-11-27 07:55:09 -08:00
Peter D. Barnes, Jr.
baddf3f749
Refactor TracedValue callback function signatures.
...
Move from template class TracedValue to namespace TracedValueCallback.
Rename from [type]Callback to just [type]:
TracedValue<double>::DoubleCallback -> TracedValueCallback::Double
2015-07-29 13:56:55 -07:00
Tom Henderson
f58bbe717c
avoid creating test random variable until run time
2015-03-19 20:11:26 -07:00
Tom Henderson
41b83c9851
remove deprecated RandomVariable class
2014-10-13 16:09:59 -07:00
Peter D. Barnes, Jr.
cc56e83767
TracedValue callback function signatures.
2014-10-02 21:17:48 -07:00
Tom Henderson
2a08426b17
data collection extensions for stats module
2013-08-08 06:40:41 -07:00
Tom Henderson
2180f8ad5d
move average.h from tools to stats module
2013-06-18 13:42:57 -07:00
Tom Henderson
1071fd3d46
move gnuplot support from src/tools to src/stats
2013-06-18 13:16:51 -07:00
Peter D. Barnes, Jr.
beb2763dd1
[Coverity] Logically dead code (DEADCODE)
2013-05-15 17:18:23 -04:00
Nicola Baldo
b69928a648
bug 1563: get rid of default argument value in AddTestCase
2013-03-22 13:14:38 +01:00
Vedran Miletić
71e380b55e
Bug 1237 - code cleanups related to includes
2012-09-01 20:57:21 +02:00
Mitch Watrous
337823af80
Bug 1195 - basic-data-calculators-test-suite.cc should use NS_TEST_ASSERT_MSG_EQ_TOL
2011-06-23 15:11:48 -07:00
Mitch Watrous
d7296dd2bd
Fix Bug 1191 again and turn Python bindings wiki into manual chapter
2011-06-17 13:36:07 -07:00
Mitch Watrous
a8f431f5af
Bug 1191 - Test does not build: signed-unsigned mismatch
2011-06-16 09:05:10 -07:00
Mitch Watrous
4f72e28789
Add test suite for stats module
2011-06-08 11:45:38 -07:00