(self)
| 2351 | complib = "zlib" # Default compression library |
| 2352 | |
| 2353 | def setUp(self): |
| 2354 | super().setUp() |
| 2355 | self.rootgroup = self.h5file.root |
| 2356 | |
| 2357 | def test01a_EmptyVLArray(self): |
| 2358 | """Checking empty vlarrays with different flavors (closing the file)""" |