IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2988


Ignore:
Timestamp:
Jan 13, 2005, 2:53:11 PM (22 years ago)
Author:
evanalst
Message:

Fix test case for stddev with mask calculation.

Location:
trunk/psLib/test/dataManip
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/tst_psStats07.c

    r2780 r2988  
    274274    float realMedianWithMask = MEAN;
    275275    float realModeWithMask = MEAN;
    276     float realStdevWithMask = STDEV * 0.20;
     276    float realStdevWithMask = STDEV * 0.15;
    277277    float realLQWithMask = MEAN;
    278278    float realUQWithMask = MEAN;
Note: See TracChangeset for help on using the changeset viewer.