예제 #1
0
 def initdir(self, tmpdir):
     self.path = tmpdir.mkdir("data")
     create_zarr(str(self.path))
예제 #2
0
 def initdir(self, tmpdir):
     self.path = tmpdir.mkdir("data")
     create_zarr(str(self.path), astronaut, "astronaut")
예제 #3
0
 def initdir(self, tmpdir):
     self.path = tmpdir.mkdir("data")
     create_zarr(str(self.path), method=astronaut)