Show
Ignore:
Timestamp:
07/31/09 08:38:18 (15 years ago)
Author:
vbarta
Message:

custom test location for harness tests (extended UnitTest?++), configurable tolerance - all tests pass (most of the time)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/enorm.cfg

    r454 r456  
    2121      names = ( "x" ); 
    2222    }; 
    23  
     23  tolerance = 0.2; 
    2424}, 
    2525{ 
     
    4141  nbins = [ 200, 200 ]; 
    4242  integral = 1.0; 
     43  tolerance = 0.5; 
    4344}, 
    4445{ 
     
    5859  variance = [ 1 ]; 
    5960  R = 1.0; 
     61  tolerance = 0.5; 
    6062}, 
    6163{ 
     
    105107  variance = [ 2.0, 0.5 ]; 
    106108  R = ( "matrix", 2, 2, [ 2.0, 0.0, 0.0, 0.5 ] ); 
     109  tolerance = 0.5; 
    107110} ); 
    108111