mailr8004 - /branches/spectral_errors/test_suite/system_tests/scripts/noe.py


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

Header


Content

Posted by edward on November 21, 2008 - 10:15:
Author: bugman
Date: Fri Nov 21 10:15:04 2008
New Revision: 8004

URL: http://svn.gna.org/viewcvs/relax?rev=8004&view=rev
Log:
Fix for the noe.py system test script.

The spectrum.baseplane_rmsd() user function was receiving the wrong arguments.


Modified:
    branches/spectral_errors/test_suite/system_tests/scripts/noe.py

Modified: branches/spectral_errors/test_suite/system_tests/scripts/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spectral_errors/test_suite/system_tests/scripts/noe.py?rev=8004&r1=8003&r2=8004&view=diff
==============================================================================
--- branches/spectral_errors/test_suite/system_tests/scripts/noe.py (original)
+++ branches/spectral_errors/test_suite/system_tests/scripts/noe.py Fri Nov 
21 10:15:04 2008
@@ -19,8 +19,8 @@
 spectrum.baseplane_rmsd(error=3000, spectrum_id='sat')
 
 # Individual residue errors.
-spectrum.baseplane_rmsd(error=122000, spectrum_type='ref', spin_id=":5")
-spectrum.baseplane_rmsd(error=8500, spectrum_type='sat', spin_id=":5")
+spectrum.baseplane_rmsd(error=122000, spectrum_id='ref', spin_id=":5")
+spectrum.baseplane_rmsd(error=8500, spectrum_id='sat', spin_id=":5")
 
 # Deselect unresolved residues.
 deselect.read(file='unresolved', dir=sys.path[-1] + 
'/test_suite/shared_data/curve_fitting')




Related Messages


Powered by MHonArc, Updated Fri Nov 21 10:40:04 2008