Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Accomodate single file recipes #783

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jbusecke
Copy link
Contributor

@jbusecke jbusecke commented Nov 6, 2024

Comment on lines +59 to +65
ds = ds.load()
for dim, chunk_size in target_chunks.items():
assert ds[dim].encoding["chunks"] == (chunk_size,)
for dim, length in ds.sizes.items():
if dim not in target_chunks:
assert len(ds[dim]) == length
xr.testing.assert_equal(ds, daily_xarray_dataset)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems useful no matter if we integrate the end-to-end tests or the new functinality!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant