Author: bugman
Date: Thu Aug 28 15:42:34 2014
New Revision: 25383

URL: http://svn.gna.org/viewcvs/relax?rev=25383&view=rev
Log:
Fix for the Test_periodic_table.test_get_atomic_mass unit test - the method 
calls were incorrect.


Modified:
    trunk/test_suite/unit_tests/_lib/test_periodic_table.py

Modified: trunk/test_suite/unit_tests/_lib/test_periodic_table.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_lib/test_periodic_table.py?rev=25383&r1=25382&r2=25383&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_lib/test_periodic_table.py     (original)
+++ trunk/test_suite/unit_tests/_lib/test_periodic_table.py     Thu Aug 28 
15:42:34 2014
@@ -38,11 +38,11 @@
         self.assertEqual(weight, 1.007975)
 
         # Check the 1H weight.
-        weight = periodic_table.atomic_weight(id='1H')
+        weight = periodic_table.atomic_mass(id='1H')
         self.assertEqual(weight, 1.0078250322)
 
         # Check the 2H weight.
-        weight = periodic_table.atomic_weight(id='2H')
+        weight = periodic_table.atomic_mass(id='2H')
         self.assertEqual(weight, 2.0141017781)
 
 


_______________________________________________
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

Reply via email to