mailr25921 - /branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py


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

Header


Content

Posted by edward on September 19, 2014 - 12:08:
Author: bugman
Date: Fri Sep 19 12:08:36 2014
New Revision: 25921

URL: http://svn.gna.org/viewcvs/relax?rev=25921&view=rev
Log:
Change to the position averaging warning in the minimise_setup_atomic_pos() 
frame order function.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py

Modified: 
branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py?rev=25921&r1=25920&r2=25921&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py  
(original)
+++ 
branches/frame_order_cleanup/specific_analyses/frame_order/optimisation.py  
Fri Sep 19 12:08:36 2014
@@ -289,7 +289,7 @@
 
     # Give a warning about the atomic position averaging.
     if verbosity and len(ave_warning_spin_ids):
-        warn(RelaxWarning("Averaging the %s atomic positions for the PCS for 
the spins '%s'." % (ave_warning_num, ave_warning_spin_ids)))
+        warn(RelaxWarning("Averaging the %s atomic positions for the PCS for 
the spins %s." % (ave_warning_num, ave_warning_spin_ids)))
 
     # Convert to numpy objects.
     atomic_pos = array(atomic_pos, float64)




Related Messages


Powered by MHonArc, Updated Fri Sep 19 12:20:03 2014