Author: tlinnet
Date: Wed May 27 03:09:46 2015
New Revision: 27839

URL: http://svn.gna.org/viewcvs/relax?rev=27839&view=rev
Log:
Printout when minimising monte-carlo simulations.

Task #7826 (https://gna.org/task/?7826): Write an python class for the repeated 
analysis of dispersion data.

Modified:
    trunk/auto_analyses/relax_disp_repeat_cpmg.py

Modified: trunk/auto_analyses/relax_disp_repeat_cpmg.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/relax_disp_repeat_cpmg.py?rev=27839&r1=27838&r2=27839&view=diff
==============================================================================
--- trunk/auto_analyses/relax_disp_repeat_cpmg.py       (original)
+++ trunk/auto_analyses/relax_disp_repeat_cpmg.py       Wed May 27 03:09:46 2015
@@ -822,6 +822,8 @@
 
                 # Print
                 subtitle(file=sys.stdout, text="Minimise for pipe='%s'" % 
(pipe_name), prespace=3)
+                if hasattr(cdp, "sim_number"):
+                    subsection(file=sys.stdout, text="Performing Monte-Carlo 
minimisations on %i simulations"%(getattr(cdp, "sim_number")), prespace=0)
 
                 # Do the minimisation.
                 self.interpreter.minimise.execute(min_algor=self.min_algor, 
func_tol=self.opt_func_tol, max_iter=self.opt_max_iterations, 
constraints=self.constraints, scaling=True, verbosity=verbosity)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to