コード例 #1
0
 def test_to_from_dict(self):
     d = self.entry.as_dict()
     e = ExpEntry.from_dict(d)
     self.assertAlmostEqual(e.energy, -825.5)
コード例 #2
0
 def test_to_from_dict(self):
     d = self.entry.as_dict()
     e = ExpEntry.from_dict(d)
     self.assertAlmostEqual(e.energy, -825.5)