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.

Location:
library/tests/testsuite
Files:
3 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} ); 
  • library/tests/testsuite/enorm.cfg

    r717 r730  
    1414  mean = [ 1.1, -1.0 ]; 
    1515  variance = [ 1, 2 ]; 
    16   support = ( "matrix", 2, 2, [ -5.0, 5.0, -5.0, 5.0 ] ); 
     16  support = { 
     17        class = "rectangular_support"; 
     18        ranges = ( [ -5.0, 5.0 ], [-5.0, 5.0 ] ); 
     19        gridsizes = [ 100, 100 ]; 
     20        }; 
    1721  R = ( "matrix", 2, 2, [ 1.0, -0.5, -0.5, 2.0 ] ); 
    1822  marginal_rv =     { 
     
    3640  mean = [ 0.0, 0.0 ]; 
    3741  variance = [ 5.0, 5.2 ]; 
    38   support = ( "matrix", 2, 2, [ -10.0, 10.0, -10.0, 10.0 ] ); 
     42  support = { 
     43        class = "rectangular_support"; 
     44        ranges = ( [ -10.0, 10.0 ], [-10.0, 10.0 ] ); 
     45        gridsizes = [ 100, 100 ]; 
     46        }; 
    3947  R = ( "matrix", 2, 2, [ 5.0, -0.05, -0.05, 5.2 ] ); 
    4048  nbins = [ 200, 200 ]; 
  • library/tests/testsuite/user_info_matrix.cfg

    r721 r730  
    2121  manufacturer = "noname"; 
    2222  electricLights = false; 
    23   matr = ( 0, 0, [ ] ); 
     23  matr = ( "matrix", 0, 0, [ ] ); 
    2424}; 
    2525pepikovo :