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." |
|
) |
If yt-project/yt#4732 goes in to yt, we can allow the
chunksizesargument with stretched grids. Should just be a matter of deleting:yt_xarray/yt_xarray/accessor/accessor.py
Lines 117 to 120 in 740e086