@@ -22,11 +22,7 @@ def create(shape, chunks=True, dtype=None, compressor='default',
22
22
overwrite = False , path = None , chunk_store = None , filters = None ,
23
23
cache_metadata = True , cache_attrs = True , read_only = False ,
24
24
object_codec = None , dimension_separator = None , write_empty_chunks = True ,
25
- << << << < HEAD
26
- attrs : Dict [str , Any ] = {}, * , zarr_version = None , meta_array = None , ** kwargs ):
27
- == == == =
28
25
* , zarr_version = None , meta_array = None , storage_transformers = (), ** kwargs ):
29
- >> > >> > > 385 b5d3635618e086eb4752f81c652379751a5ad
30
26
"""Create an array.
31
27
32
28
Parameters
@@ -184,11 +180,7 @@ def create(shape, chunks=True, dtype=None, compressor='default',
184
180
init_array (store , shape = shape , chunks = chunks , dtype = dtype , compressor = compressor ,
185
181
fill_value = fill_value , order = order , overwrite = overwrite , path = path ,
186
182
chunk_store = chunk_store , filters = filters , object_codec = object_codec ,
187
- < << << << HEAD
188
- dimension_separator = dimension_separator , attrs = attrs )
189
- == == == =
190
183
dimension_separator = dimension_separator , storage_transformers = storage_transformers )
191
- >> > >> > > 385 b5d3635618e086eb4752f81c652379751a5ad
192
184
193
185
# instantiate array
194
186
z = Array (store , path = path , chunk_store = chunk_store , synchronizer = synchronizer ,
0 commit comments