Ejemplo n.º 1
0
 def test_from_file(self):
     filename = os.path.join(PymatgenTest.TEST_FILES_DIR, "EDI.cssr")
     zeocssr = ZeoCssr.from_file(filename)
     self.assertIsInstance(zeocssr.structure, Structure)
Ejemplo n.º 2
0
 def test_from_file(self):
     filename = os.path.join(test_dir, "EDI.cssr")
     zeocssr = ZeoCssr.from_file(filename)
     self.assertIsInstance(zeocssr.structure, Structure)
Ejemplo n.º 3
0
 def test_from_file(self):
     filename = os.path.join(test_dir, "EDI.cssr")
     zeocssr = ZeoCssr.from_file(filename)
     self.assertIsInstance(zeocssr.structure, Structure)