Skip to content

Commit

Permalink
Merge pull request #6 from braingram/update_asdf_dependency
Browse files Browse the repository at this point in the history
update asdf dependency to point to asdf-format main
  • Loading branch information
braingram authored May 22, 2023
2 parents ef0ccf2 + 944c456 commit 44f28de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python_requires = >=3.8
setup_requires =
setuptools_scm
install_requires =
asdf @ git+https://github.com/braingram/asdf@converter_block_storage
asdf git+https://github.com/asdf-format/asdf@main
zarr >= 2.14 # to get https://github.com/zarr-developers/zarr-python/issues/1334
fsspec
package_dir =
Expand Down
2 changes: 1 addition & 1 deletion src/asdf_zarr/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def from_yaml_tree(self, node, tag, ctx):
obj = zarr.open(store=store, chunk_store=chunk_store)
return obj

def reserve_blocks(self, obj, tag, ctx):
def reserve_blocks(self, obj, tag):
if not isinstance(obj.chunk_store, storage.InternalStore):
return []

Expand Down

0 comments on commit 44f28de

Please sign in to comment.