Skip to content

Commit

Permalink
Update virtualizarr/tests/test_writers/test_icechunk.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Nicholas <[email protected]>
  • Loading branch information
abarciauskas-bgse and TomNicholas authored Dec 5, 2024
1 parent 94ef469 commit fad188b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virtualizarr/tests/test_writers/test_icechunk.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ def icechunk_storage(tmpdir) -> "StorageConfig":

def generate_chunk_manifest(
netcdf4_file: str,
shape: Tuple[int, ...],
chunks: Tuple[int, ...],
shape: tuple[int, ...],
chunks: tuple[int, ...],
offset=6144,
length=48,
) -> ChunkManifest:
Expand Down

0 comments on commit fad188b

Please sign in to comment.