mailr5982 - /1.3/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 edward on April 24, 2008 - 17:14:
Author: bugman
Date: Thu Apr 24 17:14:07 2008
New Revision: 5982

URL: http://svn.gna.org/viewcvs/relax?rev=5982&view=rev
Log:
Enabled the relaxation curve fitting system test.

This was done by writing a small method, test_curve_fitting(), which executes 
the relax_fit.py
script.


Modified:
    1.3/test_suite/system_tests/relax_fit.py

Modified: 1.3/test_suite/system_tests/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/relax_fit.py?rev=5982&r1=5981&r2=5982&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/relax_fit.py (original)
+++ 1.3/test_suite/system_tests/relax_fit.py Thu Apr 24 17:14:07 2008
@@ -44,6 +44,13 @@
         relax_data_store.__reset__()
 
 
+    def test_curve_fitting(self):
+        """Test the relaxation curve fitting C modules."""
+
+        # Execute the script.
+        
self.relax.interpreter.run(script_file='test_suite/system_tests/scripts/relax_fit.py')
+
+
     def test_read_sparky(self):
         """The Sparky peak height loading test."""
 




Related Messages


Powered by MHonArc, Updated Thu Apr 24 17:20:40 2008