Ejemplo n.º 1
0
 def setUp(self):
     self.fid, self.name = tests.gettemp()
     tid = h5t.STD_I32LE
     sid = h5s.create_simple((1, ))
     h5a.create(self.fid, 'name', tid, sid)
     gid = h5g.create(self.fid, 'subgroup')
     h5a.create(gid, 'othername', tid, sid)
Ejemplo n.º 2
0
 def setUp(self):
     self.fid, self.name = tests.gettemp()
     tid = h5t.STD_I32LE
     sid = h5s.create_simple((1,))
     h5a.create(self.fid, 'name', tid, sid)
     gid = h5g.create(self.fid, 'subgroup')
     h5a.create(gid, 'othername', tid, sid)
Ejemplo n.º 3
0
 def setUp(self):
     self.fid, self.name = tests.gettemp()
Ejemplo n.º 4
0
 def setUp(self):
     self.fid, self.name = tests.gettemp()
     self.id = h5g.open(self.fid, '/')
     sid = h5s.create_simple((10, 10))
     self.did = h5d.create(self.fid, 'ds', h5t.STD_I32LE, sid)
Ejemplo n.º 5
0
 def setUp(self):
     self.fid, self.name = tests.gettemp()
Ejemplo n.º 6
0
 def setUp(self):
     self.fid, self.name = tests.gettemp()
     self.sid = h5s.create_simple((1, ))
Ejemplo n.º 7
0
 def setUp(self):
     self.fid, self.name = tests.gettemp()
     self.id = h5g.open(self.fid, '/')
     sid = h5s.create_simple((10,10))
     self.did = h5d.create(self.fid, 'ds', h5t.STD_I32LE, sid)
Ejemplo n.º 8
0
 def setUp(self):
     self.fid, self.name = tests.gettemp()
     self.sid = h5s.create_simple((1,))