Author: bugman
Date: Wed Sep 17 17:11:16 2014
New Revision: 25865
URL: http://svn.gna.org/viewcvs/relax?rev=25865&view=rev
Log:
Small fix for the frame_order.sobol_setup user function backend.
Modified:
branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
Modified: branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
URL:
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/uf.py?rev=25865&r1=25864&r2=25865&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/uf.py Wed Sep
17 17:11:16 2014
@@ -380,7 +380,7 @@
pipes.test()
# Throw a warning to the user if not enough points are being used.
- if num < 200:
+ if max_num < 200:
warn(RelaxWarning("To obtain reliable results in a frame order
analysis, the maximum number of integration points should be greater than
200."))
# Store the values.
_______________________________________________
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