mailr27028 - /branches/nmrglue/test_suite/system_tests/nmrglue.py


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

Header


Content

Posted by tlinnet on December 08, 2014 - 18:22:
Author: tlinnet
Date: Mon Dec  8 18:22:02 2014
New Revision: 27028

URL: http://svn.gna.org/viewcvs/relax?rev=27028&view=rev
Log:
Inserted systemtest Nmrglue.test_plot_correlation, to check that system can 
manage data for correlation plot.

Task #7873 (https://gna.org/task/index.php?7873): Write wrapper function to 
nmrglue, to read .ft2 files and process them.
Homepage: http://www.nmrglue.com/
Link to nmrglue discussion: 
https://groups.google.com/forum/#!forum/nmrglue-discuss
The code is develop at Github: https://github.com/jjhelmus/nmrglue/
Google code: https://code.google.com/p/nmrglue/
Documentation: http://nmrglue.readthedocs.org/en/latest/index.html

Modified:
    branches/nmrglue/test_suite/system_tests/nmrglue.py

Modified: branches/nmrglue/test_suite/system_tests/nmrglue.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/nmrglue/test_suite/system_tests/nmrglue.py?rev=27028&r1=27027&r2=27028&view=diff
==============================================================================
--- branches/nmrglue/test_suite/system_tests/nmrglue.py (original)
+++ branches/nmrglue/test_suite/system_tests/nmrglue.py Mon Dec  8 18:22:02 
2014
@@ -441,6 +441,17 @@
         self.setup_plot_contour_cpmg(show=False)
 
 
+    def test_plot_correlation(self):
+        """Test data for correlation plot.
+
+        The data is from systemtest -s Relax_disp.test_repeat_cpmg
+        U{task #7826<https://gna.org/task/index.php?7826>}. Write an python 
class for the repeated analysis of dispersion data.
+        """
+
+        # Call setup function.
+        self.setup_plot_correlation()
+
+
     def test_plot_hist_cpmg(self):
         """Test the plot_hist function in pipe_control.
 




Related Messages


Powered by MHonArc, Updated Mon Dec 08 18:40:01 2014