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/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 ];