mailr21254 - /branches/relax_disp/specific_analyses/relax_disp/optimisation.py


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

Header


Content

Posted by edward on October 27, 2013 - 18:19:
Author: bugman
Date: Sun Oct 27 18:19:49 2013
New Revision: 21254

URL: http://svn.gna.org/viewcvs/relax?rev=21254&view=rev
Log:
Fix for the optimised parameter printout - the parameters are now scaled.

This problem was only recently introduced.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/optimisation.py

Modified: branches/relax_disp/specific_analyses/relax_disp/optimisation.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/optimisation.py?rev=21254&r1=21253&r2=21254&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/optimisation.py 
(original)
+++ branches/relax_disp/specific_analyses/relax_disp/optimisation.py Sun Oct 
27 18:19:49 2013
@@ -363,7 +363,7 @@
                 param_text += ":"
 
                 # The printout.
-                print("%-20s %25.15f" % (param_text, 
param_vector[param_index]))
+                print("%-20s %25.15f" % (param_text, 
param_vector[param_index]*self.scaling_matrix[param_index, param_index]))
 
         # Printout.
         if self.sim_index != None:




Related Messages


Powered by MHonArc, Updated Sun Oct 27 19:00:02 2013