mailr25351 - /trunk/test_suite/system_tests/relax_disp.py


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

Header


Content

Posted by tlinnet on August 27, 2014 - 20:55:
Author: tlinnet
Date: Wed Aug 27 20:55:05 2014
New Revision: 25351

URL: http://svn.gna.org/viewcvs/relax?rev=25351&view=rev
Log:
Fix to systemtest test_estimate_r2eff_error(), to first delete the old error 
estimations.

task #7822(https://gna.org/task/index.php?7822): Implement user function to 
estimate R2eff and associated errors for exponential curve fitting.

Modified:
    trunk/test_suite/system_tests/relax_disp.py

Modified: trunk/test_suite/system_tests/relax_disp.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/relax_disp.py?rev=25351&r1=25350&r2=25351&view=diff
==============================================================================
--- trunk/test_suite/system_tests/relax_disp.py (original)
+++ trunk/test_suite/system_tests/relax_disp.py Wed Aug 27 20:55:05 2014
@@ -2805,6 +2805,11 @@
         # A new data pipe.
         self.interpreter.pipe.copy(pipe_from='MC_2000', pipe_to='r2eff_est')
         self.interpreter.pipe.switch(pipe_name='r2eff_est')
+
+        # Delete old errors.
+        for cur_spin, mol_name, resi, resn, spin_id in 
spin_loop(full_info=True, return_id=True, skip_desel=True):
+            delattr(cur_spin, 'r2eff_err')
+            delattr(cur_spin, 'i0_err')
 
         # Set the model.
         self.interpreter.relax_disp.select_model(MODEL_R2EFF)




Related Messages


Powered by MHonArc, Updated Wed Aug 27 21:00:03 2014