Changeset 716 for library/tests/mmix.cfg

Show
Ignore:
Timestamp:
11/11/09 22:58:25 (15 years ago)
Author:
mido
Message:

clean up within testsuite - pdf_harness is used even in the case of emix and mmix test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/tests/mmix.cfg

    r711 r716  
    66    pdfs = (  
    77    { 
    8                 class = "enorm<ldmat>"; 
    9                 mu = [ 0, 0 ]; 
    10                 R = ( "matrix", 2, 2, [ 1.2, 0.3, 0.3, 5 ] ); 
    11     }, 
    12     { 
    138                class = "mgamma"; 
    14                 beta = [ 1.5 1.7 ];              
     9                beta = [ 1.5, 1.7 ];             
    1510                k = 10.0;                                        
    1611                rv :  
     
    2621                        sizes = 2; 
    2722                }; 
    28     }); 
     23    }, 
     24    { 
     25                class = "enorm<ldmat>"; 
     26                mu = [ 0, 0 ]; 
     27                R = ( "matrix", 2, 2, [ 1.2, 0.3, 0.3, 5.0 ] ); 
     28    }     
     29        ); 
    2930    weights = [ 0.5, 0.5 ]; 
    3031  }; 
     32  cond = [ 1.5, 1.7 ]; 
    3133  mean = [ 0.75, 0.85 ]; 
    3234  R = ( "matrix", 2, 2, [ 1.27572, 0.778247, 0.778247, 3.33129 ] ); 
     
    3436  tolerance = 0.2; 
    3537}); 
    36