IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 1, 2007, 6:20:06 PM (19 years ago)
Author:
gusciora
Message:

Added tabular file of all psLib functions in Chapter 6 of the SDRS (Data
Manipulation). Most of the test file changes in this check-in are fairly
cosmetic.

File:
1 edited

Legend:

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

    r11686 r13124  
    88 
    99XXX: Try null stats.
    10  
    11 XXX: The tests with "Some Vectors NULL" fail as of 2006/12, they had passed
    12 previously as of 2006/02.  They are commented out for now.
    1310 *****************************************************************************/
    1411#include <stdio.h>
     
    352349{
    353350    psLogSetFormat("HLNM");
    354     psTraceSetLevel(".", 0);
    355     psTraceSetLevel("psVectorClipFitPolynomial1D", 0);
    356     psTraceSetLevel("VectorFitPolynomial1DOrd", 0);
    357     psTraceSetLevel("VectorFitPolynomial1DCheb", 0);
    358     psTraceSetLevel("vectorFitPolynomial1DCheb", 0);
    359     psTraceSetLevel("vectorFitPolynomial1DChebSlow", 0);
    360     psTraceSetLevel("vectorFitPolynomial1DChebFast", 0);
    361     psTraceSetLevel("psVectorFitPolynomial1D", 0);
    362     psTraceSetLevel("p_psCreateChebyshevPolys", 0);
    363 
     351    psLogSetLevel(PS_LOG_INFO);
    364352    plan_tests(64);
    365353
     
    368356    //
    369357    // All Vectors non-NULL
    370 
    371358    ok(genericTest(TS00_MASK_U8 | TS00_FERR_F32 | TS00_X_F32 | TS00_F_F32 | TS00_POLY_ORD, POLY_ORDER, NUM_DATA, true), "F32 tests: Ordinary polys, non-clip fit");
    372359    // Some Vectors NULL
     
    382369    ok(genericTest(TS00_MASK_U8 | TS00_FERR_F32 | TS00_X_S32 | TS00_F_F32 | TS00_POLY_ORD, POLY_ORDER, NUM_DATA, false), "F32 tests: Ordinary polys, non-clip fit, Unallowable vector types");
    383370    ok(genericTest(TS00_MASK_U8 | TS00_FERR_F32 | TS00_X_F32 | TS00_F_S32 | TS00_POLY_ORD, POLY_ORDER, NUM_DATA, false), "F32 tests: Ordinary polys, non-clip fit, Unallowable vector types");
    384 
    385371    // Mismatch vector types
    386372    ok(genericTest(TS00_MASK_S32 | TS00_FERR_F32 | TS00_X_F32 | TS00_F_F32 | TS00_POLY_ORD, POLY_ORDER, NUM_DATA, false), "F32 tests: Ordinary polys, non-clip fit, Mismatch vector types");
     
    392378    //
    393379    // All Vectors non-NULL
    394 
    395380    ok(genericTest(TS00_MASK_U8 | TS00_FERR_F64 | TS00_X_F64 | TS00_F_F64 | TS00_POLY_ORD, POLY_ORDER, NUM_DATA, true), "F64 tests: Ordinary polys, non-clip fit");
    396381    // Some Vectors NULL
Note: See TracChangeset for help on using the changeset viewer.