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",


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

This is the relax-commits mailing list
relax-commits@gna.org

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