Author: bugman
Date: Mon May  7 14:35:17 2012
New Revision: 16048

URL: http://svn.gna.org/viewcvs/relax?rev=16048&view=rev
Log:
Fix for the auto-generated bmrb.script user function - the model selection arg 
can be None.


Modified:
    branches/uf_redesign/user_functions/bmrb.py

Modified: branches/uf_redesign/user_functions/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/bmrb.py?rev=16048&r1=16047&r2=16048&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/bmrb.py (original)
+++ branches/uf_redesign/user_functions/bmrb.py Mon May  7 14:35:17 2012
@@ -296,7 +296,8 @@
         "Overall - The realised overall discrepancy (the true values of the 
parameters are required)."
     ],
     wiz_combo_data = ["AIC", "AICc", "BIC", "BIC", "Bootstrap", "CV", 
"Expect", "Farrow", "Palmer", "Overall"],
-    wiz_read_only = False
+    wiz_read_only = False,
+    can_be_none = True
 )
 uf.add_keyarg(
     name = "engine",


_______________________________________________
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