mailr27609 - /branches/frame_order_cleanup/test_suite/system_tests/frame_order.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 09, 2015 - 13:45:
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()
 




Related Messages


Powered by MHonArc, Updated Mon Feb 09 14:00:02 2015