IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 19, 2007, 5:57:25 PM (19 years ago)
Author:
jhoblitt
Message:

disable unnecessary diag() calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tap_psStats_Sample_01.c

    r11424 r12513  
    491491    plan_tests(21);
    492492
    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");
    496496
    497497    {
    498498        psMemId id = psMemGetId();
    499499
    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");
    501501        psStats *stats = psStatsAlloc (PS_STAT_FITTED_MEAN | PS_STAT_FITTED_STDEV |
    502502                                       PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV |
     
    536536        psMemId id = psMemGetId();
    537537
    538         diag("sample 2");
     538//        diag("sample 2");
    539539        psStats *stats = psStatsAlloc (PS_STAT_FITTED_MEAN | PS_STAT_FITTED_STDEV |
    540540                                       PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV |
     
    571571        psMemId id = psMemGetId();
    572572
    573         diag("sample 3");
     573//        diag("sample 3");
    574574        psStats *stats = psStatsAlloc (PS_STAT_FITTED_MEAN | PS_STAT_FITTED_STDEV |
    575575                                       PS_STAT_ROBUST_MEDIAN | PS_STAT_ROBUST_STDEV |
Note: See TracChangeset for help on using the changeset viewer.