mailr27651 - /branches/frame_order_cleanup/user_functions/frame_order.py


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

Header


Content

Posted by edward on February 16, 2015 - 10:30:
Author: bugman
Date: Mon Feb 16 10:30:00 2015
New Revision: 27651

URL: http://svn.gna.org/viewcvs/relax?rev=27651&view=rev
Log:
Changed the default max_rotations argument value to 100,000 in the 
frame_order.distribute user function.

This decrease from one million is so the user function completes in a 
reasonable amount of time.


Modified:
    branches/frame_order_cleanup/user_functions/frame_order.py

Modified: branches/frame_order_cleanup/user_functions/frame_order.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/user_functions/frame_order.py?rev=27651&r1=27650&r2=27651&view=diff
==============================================================================
--- branches/frame_order_cleanup/user_functions/frame_order.py  (original)
+++ branches/frame_order_cleanup/user_functions/frame_order.py  Mon Feb 16 
10:30:00 2015
@@ -97,7 +97,7 @@
 )
 uf.add_keyarg(
     name = "max_rotations",
-    default = 1000000,
+    default = 100000,
     min = 1,
     max = 100000000,
     py_type = "int",




Related Messages


Powered by MHonArc, Updated Mon Feb 16 10:40:02 2015