Show
Ignore:
Timestamp:
11/17/09 20:55:03 (15 years ago)
Author:
smidl
Message:

Reworked epdf_harness - testing is now more general.

Corrections of existing tests.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/testsuite/egiw.cfg

    r725 r730  
    1414  mean = [ 1.1, 0.2 ]; 
    1515  variance = [ 0.02, 0.01333 ]; 
    16   support = ( "matrix", 2, 2, [ -2.0, 4.0, 0.01, 2.0 ] ); 
     16  R = ( "matrix", 2, 2, [ 0.02, 0.0, 0.0, 0.022 ] ); 
     17  support = { 
     18        class = "rectangular_support"; 
     19        ranges = ( [ -2.0, 4.0 ], [0.01, 2.0 ] ); 
     20        gridsizes = [ 100, 100 ]; 
     21        }; 
    1722  nbins = [ 100, 200 ]; 
    1823  tolerance = 0.01; 
     
    3338  mean = [2.0, 1.14286]; 
    3439  variance = [0.0285714, 0.0395795]; 
    35   support = ( "matrix", 2, 2, [ 0.0, 4.0, 0.01, 3.0 ] ); 
    36   nbins = [ 100, 200 ]; 
     40  R = ( "matrix", 2, 2, [ 0.028, 0.0, 0.0, 0.078 ] ); 
     41  support = { 
     42        class = "rectangular_support"; 
     43        ranges = ( [ 0.0, 4.0 ], [0.01, 3.0 ] ); 
     44        gridsizes = [ 100, 100 ]; 
     45        }; 
    3746  tolerance = 0.01; 
    3847} );