Changeset 12513 for trunk/psLib/test/math/tap_psStats_Sample_01.c
- Timestamp:
- Mar 19, 2007, 5:57:25 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/math/tap_psStats_Sample_01.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/tap_psStats_Sample_01.c
r11424 r12513 491 491 plan_tests(21); 492 492 493 diag("psStats Tests with sample SDSS data from RHL and Megacam from EAM");494 diag("this file does not yet define a specific test");495 diag("the fitted mean is currently wrong for these two data sets");493 // diag("psStats Tests with sample SDSS data from RHL and Megacam from EAM"); 494 // diag("this file does not yet define a specific test"); 495 // diag("the fitted mean is currently wrong for these two data sets"); 496 496 497 497 { 498 498 psMemId id = psMemGetId(); 499 499 500 diag("sample 1 : problem with integer-binned data driven to tiny sigma values");500 // diag("sample 1 : problem with integer-binned data driven to tiny sigma values"); 501 501 psStats *stats = psStatsAlloc (PS_STAT_FITTED_MEAN | PS_STAT_FITTED_STDEV | 502 502 PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV | … … 536 536 psMemId id = psMemGetId(); 537 537 538 diag("sample 2");538 // diag("sample 2"); 539 539 psStats *stats = psStatsAlloc (PS_STAT_FITTED_MEAN | PS_STAT_FITTED_STDEV | 540 540 PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV | … … 571 571 psMemId id = psMemGetId(); 572 572 573 diag("sample 3");573 // diag("sample 3"); 574 574 psStats *stats = psStatsAlloc (PS_STAT_FITTED_MEAN | PS_STAT_FITTED_STDEV | 575 575 PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV |
Note:
See TracChangeset
for help on using the changeset viewer.
