Author: bugman
Date: Mon Feb  9 13:45:17 2015
New Revision: 27609

URL: http://svn.gna.org/viewcvs/relax?rev=27609&view=rev
Log:
Modified the frame order system test check_chi2() method to test the 
statistics.model user function.

This causes all of the Frame_order.test_cam_* system tests to fail, as the user 
function backend is
not implemented for the frame order analysis.


Modified:
    branches/frame_order_cleanup/test_suite/system_tests/frame_order.py

Modified: branches/frame_order_cleanup/test_suite/system_tests/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/system_tests/frame_order.py?rev=27609&r1=27608&r2=27609&view=diff
==============================================================================
--- branches/frame_order_cleanup/test_suite/system_tests/frame_order.py 
(original)
+++ branches/frame_order_cleanup/test_suite/system_tests/frame_order.py Mon Feb 
 9 13:45:17 2015
@@ -1,6 +1,6 @@
 ###############################################################################
 #                                                                             #
-# Copyright (C) 2006-2014 Edward d'Auvergne                                   #
+# Copyright (C) 2006-2015 Edward d'Auvergne                                   #
 #                                                                             #
 # This file is part of the program relax (http://www.nmr-relax.com).          #
 #                                                                             #
@@ -172,6 +172,9 @@
         # Switch back to the original pipe.
         self.interpreter.pipe.switch('frame order')
 
+        # Test the operation of the statistics.model user function.
+        self.interpreter.statistics.model()
+
         # Get the debugging message.
         mesg = self.mesg_opt_debug()
 


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

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

Reply via email to