IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11661


Ignore:
Timestamp:
Feb 5, 2007, 5:43:03 PM (19 years ago)
Author:
gusciora
Message:

Fixed test

File:
1 edited

Legend:

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

    r11420 r11661  
    6868        ok(!isnan(myStats->sampleLQ), "psVectorStats() returned non-NAN");
    6969        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);
    7172        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    7273    }
     
    7879        ok(result, "psVectorStats succeeded");
    7980        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);
    8284        ok(!psMemCheckLeaks (id, NULL, NULL, false), "no memory leaks");
    8385    }
Note: See TracChangeset for help on using the changeset viewer.