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 · 3 comments
Open

allow stretched grid decomposition #68

chrishavlin opened this issue Nov 7, 2023 · 3 comments
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

@chrishavlin
Copy link
Collaborator Author

yt 4.4 is out! should be able to get this working now.

@chrishavlin
Copy link
Collaborator Author

oops... might have to wait til yt 4.4.1... yt-project/yt#5052

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