File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -921,7 +921,7 @@ def from_array(
921921    serializer : SerializerLike  |  Literal ["keep" ] =  "keep" ,
922922    fill_value : Any  |  None  =  None ,
923923    order : MemoryOrder  |  None  =  None ,
924-     zarr_format : ZarrFormat  |  None  =  3 ,
924+     zarr_format : ZarrFormat  |  None  =  None ,
925925    attributes : dict [str , JSON ] |  None  =  None ,
926926    chunk_key_encoding : ChunkKeyEncoding  |  ChunkKeyEncodingLike  |  None  =  None ,
927927    dimension_names : Iterable [str ] |  None  =  None ,
Original file line number Diff line number Diff line change @@ -3807,7 +3807,7 @@ async def from_array(
38073807    serializer : SerializerLike  |  Literal ["keep" ] =  "keep" ,
38083808    fill_value : Any  |  None  =  None ,
38093809    order : MemoryOrder  |  None  =  None ,
3810-     zarr_format : ZarrFormat  |  None  =  3 ,
3810+     zarr_format : ZarrFormat  |  None  =  None ,
38113811    attributes : dict [str , JSON ] |  None  =  None ,
38123812    chunk_key_encoding : ChunkKeyEncoding  |  ChunkKeyEncodingLike  |  None  =  None ,
38133813    dimension_names : Iterable [str ] |  None  =  None ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments