示例#1
0
 def setUp(self):
     with zopen(
             os.path.join(test_dir, "POT_GGA_PAW_PBE", "POTCAR.Mn_pv.gz"),
             'r') as f:
         self.psingle = PotcarSingle(f.read())
示例#2
0
 def setUp(self):
     with zopen(
             os.path.join(test_dir, "POT_GGA_PAW_PBE", "POTCAR.Mn_pv.gz"),
             'rb') as f:
         self.psingle = PotcarSingle(f.read().decode(encoding="utf-8"))