You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.assertEqual( len(E_contribs.values()), 3 ) # There should be 3 contributions
54
+
self.assertAlmostEqual( sum(E_contribs.values()), E, places=5 ) #TODO: Apparently we can not go higher with the number of decimal places, because the order of summation differs. This Should be invesitgated.
47
55
# NOTE: there is no way to test the system.Update_Data() and system.Print_Energy_Array()
0 commit comments