Author: bugman Date: Thu Feb 5 18:31:57 2015 New Revision: 27559 URL: http://svn.gna.org/viewcvs/relax?rev=27559&view=rev Log: Fix for the N_state_model.test_statistics system test - the probabilities were missing from k.
Modified: trunk/test_suite/system_tests/n_state_model.py Modified: trunk/test_suite/system_tests/n_state_model.py URL: http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/n_state_model.py?rev=27559&r1=27558&r2=27559&view=diff ============================================================================== --- trunk/test_suite/system_tests/n_state_model.py (original) +++ trunk/test_suite/system_tests/n_state_model.py Thu Feb 5 18:31:57 2015 @@ -1053,8 +1053,12 @@ (10.0e-05, 1.706576149818e-05, -7.790951217246e-06, -1.314676121261e-05, 4.526806452559e-08), ] chi2 = [1051728.8810718122, 5927446.9030144978] - k = 5*4 - n = 22*4 + 10*4 + + # The number of parameters (4 alignment tensors and 3 probabilities). + k = 5*4 + 3 + + # The number of data sets (4 sets of 10 RDCs and 22 PCSs). + n = 10*4 + 22*4 # Loop over the solution and non-solution. for i in range(2): _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-commits