mailr21176 - /branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py


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

Header


Content

Posted by edward on October 18, 2013 - 14:41:
Author: bugman
Date: Fri Oct 18 14:41:53 2013
New Revision: 21176

URL: http://svn.gna.org/viewcvs/relax?rev=21176&view=rev
Log:
Fix for the hansen_data.py dispersion auto-analysis script used for a number 
of system tests.

The numeric_only flag was not being handled correctly.


Modified:
    
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py

Modified: 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py?rev=21176&r1=21175&r2=21176&view=diff
==============================================================================
--- 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
(original)
+++ 
branches/relax_disp/test_suite/system_tests/scripts/relax_disp/hansen_data.py 
Fri Oct 18 14:41:53 2013
@@ -19,7 +19,7 @@
     ds.tmpdir = 'temp'
 
 # The numeric flag.
-if not hasattr(ds, 'numeric_flag'):
+if not hasattr(ds, 'numeric_only'):
     ds.numeric_only = False
 
 # The grid search size (the number of increments per dimension).




Related Messages


Powered by MHonArc, Updated Fri Oct 18 15:20:02 2013