mailr23253 - /branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/generate_base.py


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

Header


Content

Posted by edward on May 20, 2014 - 11:48:
Author: bugman
Date: Tue May 20 11:48:13 2014
New Revision: 23253

URL: http://svn.gna.org/viewcvs/relax?rev=23253&view=rev
Log:
Changed the progress meter updating for the CaM frame order test data 
generation base script.

The spinner was far too fast, updating every 5 increments, and is now updated 
every 250.  And the
total number is now only printed every 10,000 increments.

Modified:
    
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/generate_base.py

Modified: 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/generate_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/generate_base.py?rev=23253&r1=23252&r2=23253&view=diff
==============================================================================
--- 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/generate_base.py
        (original)
+++ 
branches/frame_order_cleanup/test_suite/shared_data/frame_order/cam/generate_base.py
        Tue May 20 11:48:13 2014
@@ -447,7 +447,7 @@
         self.interpreter.paramag.centre(pos=[35.934, 12.194, -4.206])
 
 
-    def _progress(self, i, a=5, b=1000):
+    def _progress(self, i, a=250, b=10000):
         """A simple progress write out (which goes to the terminal 
STDERR)."""
 
         # The spinner characters.




Related Messages


Powered by MHonArc, Updated Tue May 20 13:40:02 2014