mailr7990 - /branches/spectral_errors/test_suite/system_tests/relax_fit.py


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

Header


Content

Posted by edward on November 20, 2008 - 22:18:
Author: bugman
Date: Thu Nov 20 22:18:47 2008
New Revision: 7990

URL: http://svn.gna.org/viewcvs/relax?rev=7990&view=rev
Log:
Another fix for the test_read_sparky() system test.

This fixes the checking of the new spin specific 'intensities' data structure.


Modified:
    branches/spectral_errors/test_suite/system_tests/relax_fit.py

Modified: branches/spectral_errors/test_suite/system_tests/relax_fit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spectral_errors/test_suite/system_tests/relax_fit.py?rev=7990&r1=7989&r2=7990&view=diff
==============================================================================
--- branches/spectral_errors/test_suite/system_tests/relax_fit.py (original)
+++ branches/spectral_errors/test_suite/system_tests/relax_fit.py Thu Nov 20 
22:18:47 2008
@@ -98,4 +98,4 @@
 
             # Check intensities (if they exist).
             if hasattr(orig_spin, 'intensities'):
-                self.assertEqual(orig_spin.intensities[0][0], 
new_spin.intensities[0][0])
+                self.assertEqual(orig_spin.intensities[0], 
new_spin.intensities[0])




Related Messages


Powered by MHonArc, Updated Thu Nov 20 23:00:03 2008