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_psStatsTiming.c

    r11656 r12513  
    1717    plan_tests(68);
    1818
    19     diag("psStats timing tests");
     19//    diag("psStats timing tests");
    2020
    2121    // build a gauss-deviate vector (mean = 0.0, sigma = 1.0) for tests
     
    2626    }
    2727
    28     diag ("timing for sample mean");
     28//    diag ("timing for sample mean");
    2929    /********** SAMPLE MEAN ***********/
    3030    // test stat sample mean (no mask, no range)
     
    149149    }
    150150
    151     diag ("timing for sample median");
     151//    diag ("timing for sample median");
    152152    /********** SAMPLE MEDIAN ***********/
    153153    // test stat sample median (no mask, no range)
     
    243243    }
    244244
    245     diag ("timing for sample stdev");
     245//    diag ("timing for sample stdev");
    246246    /********** SAMPLE STDEV ***********/
    247247    // test stat sample stdev (no mask, no range)
     
    366366    }
    367367
    368     diag ("timing for sample min,max");
     368//    diag ("timing for sample min,max");
    369369    /*************** MIN,MAX ******************/
    370370    // test stat min,max (no mask, no range)
     
    456456    }
    457457
    458     diag ("timing for clipped stats");
     458//    diag ("timing for clipped stats");
    459459    /********** CLIPPED STATS ***********/
    460460    {
     
    528528    }
    529529
    530     diag ("timing for robust stats");
     530//    diag ("timing for robust stats");
    531531    /********** ROBUST STATS ***********/
    532532    {
     
    600600    }
    601601
    602     diag ("timing for fitted stats");
     602//    diag ("timing for fitted stats");
    603603    /********** FITTED TIMING ***********/
    604604    {
     
    673673    }
    674674
    675     diag ("timing for fitted (v2) stats");
     675//    diag ("timing for fitted (v2) stats");
    676676    /********** FITTED (v2) TIMING ***********/
    677677    {
     
    746746    }
    747747
    748     diag ("compare sample, robust, and fitted mean and stdev to theoretical");
     748//    diag ("compare sample, robust, and fitted mean and stdev to theoretical");
    749749    // compare SAMPLE, FITTED, ROBUST mean to theoretical
    750750    {
     
    785785    }
    786786
    787     diag ("compare sample, robust, and fitted mean and stdev to theoretical");
     787//    diag ("compare sample, robust, and fitted mean and stdev to theoretical");
    788788    // compare SAMPLE, FITTED_V2, ROBUST mean to theoretical
    789789    {
Note: See TracChangeset for help on using the changeset viewer.