Changeset 11661
- Timestamp:
- Feb 5, 2007, 5:43:03 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psStats08.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psStats08.c
r11420 r11661 68 68 ok(!isnan(myStats->sampleLQ), "psVectorStats() returned non-NAN"); 69 69 ok_float_tol(myStats->sampleLQ, realLQWithMask, 1e-4, 70 "The sampleLQ was %f, should be %f", myStats->sampleLQ, realLQWithMask); 70 "The sampleLQ was %f, should be %f", myStats->sampleLQ, 71 realLQWithMask); 71 72 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks"); 72 73 } … … 78 79 ok(result, "psVectorStats succeeded"); 79 80 ok(!isnan(myStats->sampleUQ), "psVectorStats() returned non-NAN"); 80 ok_float_tol(myStats->sampleUQ, realUQNoMask, 1e-4, 81 "The sampleUQ was %f, should be %f", myStats->sampleUQ, realUQNoMask); 81 ok_float_tol(myStats->sampleUQ, realUQWithMask, 1e-4, 82 "The sampleUQ was %f, should be %f", myStats->sampleUQ, 83 realUQWithMask); 82 84 ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks"); 83 85 }
Note:
See TracChangeset
for help on using the changeset viewer.
