Skip to content

Commit

Permalink
Uncomment append
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Jan 30, 2024
1 parent 7d06d2e commit f8e0d27
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions kerchunk/tests/test_combine.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,13 @@ def test_single_append_cf(refs):
concat_dims=["time"],
)
out = mzz.translate()
# mzz = MultiZarrToZarr.append(
# [refs["cfstdtime3"]],
# out,
# remote_protocol="memory",
# concat_dims=["time"],
# )
# out = mzz.translate()
mzz = MultiZarrToZarr.append(
[refs["cfstdtime3"]],
out,
remote_protocol="memory",
concat_dims=["time"],
)
out = mzz.translate()
z = xr.open_dataset(
"reference://",
backend_kwargs={
Expand Down

0 comments on commit f8e0d27

Please sign in to comment.