Author: bugman
Date: Mon Oct 13 22:59:51 2014
New Revision: 26267
URL: http://svn.gna.org/viewcvs/relax?rev=26267&view=rev
Log:
The pipe_control.opendx space mapping code now calls the value.set() function
with verbosity=0.
This is to silence the very repetitive statistics resetting messages when
executing the dx.map user
function.
Modified:
trunk/pipe_control/opendx.py
Modified: trunk/pipe_control/opendx.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/opendx.py?rev=26267&r1=26266&r2=26267&view=diff
==============================================================================
--- trunk/pipe_control/opendx.py (original)
+++ trunk/pipe_control/opendx.py Mon Oct 13 22:59:51 2014
@@ -356,9 +356,9 @@
for k in range((self.inc + 1)):
# Set the parameter values.
if self.spin_id:
- value.set(val=values, param=self.params,
spin_id=self.spin_id, force=True)
+ value.set(val=values, param=self.params,
spin_id=self.spin_id, verbosity=0, force=True)
else:
- value.set(val=values, param=self.params, force=True)
+ value.set(val=values, param=self.params, verbosity=0,
force=True)
# Calculate the function values.
if self.spin_id:
_______________________________________________
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