mailr13686 - /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 July 18, 2011 - 14:24:
Author: bugman
Date: Mon Jul 18 14:24:00 2011
New Revision: 13686

URL: http://svn.gna.org/viewcvs/relax?rev=13686&view=rev
Log:
Bug fix in one of the relaxation curve-fitting system tests - 'volume' should 
have been 'point sum'.


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=13686&r1=13685&r2=13686&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/relax_fit.py (original)
+++ 1.3/test_suite/system_tests/relax_fit.py Mon Jul 18 14:24:00 2011
@@ -143,7 +143,7 @@
         """Test the relaxation curve fitting C modules."""
 
         # The intensity type.
-        ds.int_type = 'volume'
+        ds.int_type = 'point sum'
 
         # Execute the script.
         self.interpreter.run(script_file=status.install_path + 
sep+'test_suite'+sep+'system_tests'+sep+'scripts'+sep+'relax_fit.py')




Related Messages


Powered by MHonArc, Updated Mon Jul 18 14:40:02 2011