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

allow stretched grid decomposition #68

Open
chrishavlin opened this issue Nov 7, 2023 · 1 comment
Open

allow stretched grid decomposition #68

chrishavlin opened this issue Nov 7, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@chrishavlin
Copy link
Collaborator

If yt-project/yt#4732 goes in to yt, we can allow the chunksizes argument with stretched grids. Should just be a matter of deleting:

elif sel_info.grid_type == _xr_to_yt._GridType.STRETCHED:
raise NotImplementedError(
"Stretched grids cannot set the chunksizes argument."
)

@chrishavlin chrishavlin added the enhancement New feature or request label Nov 7, 2023
@chrishavlin chrishavlin self-assigned this Nov 7, 2023
@chrishavlin
Copy link
Collaborator Author

4732 merged upstream

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

No branches or pull requests

1 participant