mailr26826 - /trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py


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

Header


Content

Posted by edward on November 29, 2014 - 10:12:
Author: bugman
Date: Sat Nov 29 10:12:15 2014
New Revision: 26826

URL: http://svn.gna.org/viewcvs/relax?rev=26826&view=rev
Log:
Modified the Relax_fit.test_saturation_recovery system test script.

The relax_fit.select_model user function call now selects the 'sat' model.


Modified:
    trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py

Modified: 
trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py?rev=26826&r1=26825&r2=26826&view=diff
==============================================================================
--- trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py    
  (original)
+++ trunk/test_suite/system_tests/scripts/relax_fit_saturation_recovery.py    
  Sat Nov 29 10:12:15 2014
@@ -100,8 +100,8 @@
 # Peak intensity error analysis.
 spectrum.error_analysis()
 
-# Set the relaxation curve type.
-relax_fit.select_model('exp')
+# Set the relaxation curve type for the saturation recovery.
+relax_fit.select_model('sat')
 
 # Grid search.
 minimise.grid_search(inc=11)




Related Messages


Powered by MHonArc, Updated Sat Nov 29 10:20:04 2014