mailr12079 - /branches/bmrb/test_suite/system_tests/bmrb.py


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

Header


Content

Posted by edward on December 31, 2010 - 15:26:
Author: bugman
Date: Fri Dec 31 15:26:27 2010
New Revision: 12079

URL: http://svn.gna.org/viewcvs/relax?rev=12079&view=rev
Log:
The bond length is not in the NMR-STAR v3.0 file!


Modified:
    branches/bmrb/test_suite/system_tests/bmrb.py

Modified: branches/bmrb/test_suite/system_tests/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/test_suite/system_tests/bmrb.py?rev=12079&r1=12078&r2=12079&view=diff
==============================================================================
--- branches/bmrb/test_suite/system_tests/bmrb.py (original)
+++ branches/bmrb/test_suite/system_tests/bmrb.py Fri Dec 31 15:26:27 2010
@@ -66,7 +66,7 @@
         # Blacklists (data that is not restored, and relaxation data which 
has been reordered and will be checked in data_ri_comp()).
         blacklist_spin = ['attached_proton', 'fixed', 'nucleus', 
'proton_type', 'relax_sim_data', 'select', 'xh_vect'] + ['r_err', 'csa_err'] 
+ ['chi2_sim', 'f_count', 'g_count', 'h_count', 'iter', 'warning'] + ['frq', 
'frq_labels', 'noe_r1_table', 'remap_table', 'ri_labels', 'relax_data', 
'relax_error']
         if version == '3.0':
-            blacklist_spin = blacklist_spin + ['local_tm', 'local_tm_err']
+            blacklist_spin = blacklist_spin + ['r', 'local_tm', 
'local_tm_err']
         blacklist_diff = []
         blacklist_global = ['diff_tensor', 'exp_info', 'hybrid_pipes', 
'mol', 'sim_number', 'sim_state'] + ['frq', 'frq_labels', 'noe_r1_table', 
'remap_table', 'ri_labels']
 




Related Messages


Powered by MHonArc, Updated Sat Jan 01 00:00:04 2011