mailr13115 - /branches/inversion-recovery/test_suite/system_tests/relax_fit.py


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

Header


Content

Posted by sebastien . morin on June 17, 2011 - 18:17:
Author: semor
Date: Fri Jun 17 18:17:22 2011
New Revision: 13115

URL: http://svn.gna.org/viewcvs/relax?rev=13115&view=rev
Log:

Created a new test for the 'exp_3param_inv_neg' (inversion-recovery) function.

This is based on a duplication of 
'relax_fit.test_curve_fitting_volume_exp_2param_neg()'.

Modified:
    branches/inversion-recovery/test_suite/system_tests/relax_fit.py

Modified: branches/inversion-recovery/test_suite/system_tests/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/inversion-recovery/test_suite/system_tests/relax_fit.py?rev=13115&r1=13114&r2=13115&view=diff
==============================================================================
--- branches/inversion-recovery/test_suite/system_tests/relax_fit.py 
(original)
+++ branches/inversion-recovery/test_suite/system_tests/relax_fit.py Fri Jun 
17 18:17:22 2011
@@ -153,6 +153,19 @@
         self.check_curve_fitting()
 
 
+    def test_curve_fitting_volume_exp_3param_inv_neg(self):
+        """Test the relaxation curve fitting C modules."""
+
+        # The intensity type.
+        ds.int_type = 'volume'
+
+        # Execute the script.
+        self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'relax_fit_exp_3param_inv_neg.py')
+
+        # Check the curve-fitting results.
+        self.check_curve_fitting()
+
+
     def test_read_sparky(self):
         """The Sparky peak height loading test."""
 




Related Messages


Powered by MHonArc, Updated Fri Jun 17 18:20:02 2011