Changeset 799 for library/bdm

Show
Ignore:
Timestamp:
01/29/10 22:19:01 (14 years ago)
Author:
smidl
Message:

making testsuite work again

Location:
library/bdm/stat
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r797 r799  
    17111711        uptarget.set_rvc ( rvc ); 
    17121712        uptarget.set_parameters ( A, mu1 - A*mu2, R_n ); 
     1713        uptarget.validate(); 
    17131714} 
    17141715 
  • library/bdm/stat/merger.h

    r773 r799  
    188188 
    189189        void validate() { 
    190                 bdm_assert ( eSmp._w().length() > 0, "Empty support, use set_support()." ); 
    191                 bdm_assert ( dim == eSmp._samples() ( 0 ).length(), "Support points and rv are not compatible!" ); 
     190//              bdm_assert ( eSmp._w().length() > 0, "Empty support, use set_support()." ); 
     191//              bdm_assert ( dim == eSmp._samples() ( 0 ).length(), "Support points and rv are not compatible!" ); 
    192192                bdm_assert ( isnamed(), "mergers must be named" ); 
    193193        }