Skip to content

Edit serialization error message - #9916

Merged
max-sixty merged 2 commits into
pydata:mainfrom
VeckoTheGecko:issue4926
Dec 30, 2024
Merged

Edit serialization error message#9916
max-sixty merged 2 commits into
pydata:mainfrom
VeckoTheGecko:issue4926

Conversation

@VeckoTheGecko

Copy link
Copy Markdown
Contributor

Fixes#4926

I thought it would be better to throw an "or" in the error message rather than add a parameter to the function.

@max-sixty
max-sixty merged commit 33bf5e8 into pydata:mainDec 30, 2024
@max-sixty

Copy link
Copy Markdown
Collaborator

Thanks @VeckoTheGecko !

dcherian added a commit to dcherian/xarray that referenced this pull request Mar 19, 2025
* main: (63 commits)
Fix zarr upstream tests (pydata#9927)
Update pre-commit hooks (pydata#9925)
split out CFDatetimeCoder, deprecate use_cftime as kwarg (pydata#9901)
dev whats-new (pydata#9923)
Whats-new 2025.01.0 (pydata#9919)
Silence upstream Zarr warnings (pydata#9920)
time coding refactor (pydata#9906)
fix warning from scipy backend guess_can_open on directory (pydata#9911)
Enhance and move ISO-8601 parser to coding.times (pydata#9899)
Edit serialization error message (pydata#9916)
friendlier error messages for missing chunk managers (pydata#9676)
Bump codecov/codecov-action from 5.1.1 to 5.1.2 in the actions group (pydata#9915)
Rewrite interp to use `apply_ufunc` (pydata#9881)
Skip dask rolling (pydata#9909)
Explicitly configure ReadTheDocs build to use conf.py (pydata#9908)
Cache pre-existing Zarr arrays in Zarr backend (pydata#9861)
Optimize idxmin, idxmax with dask (pydata#9800)
remove unused "type: ignore" comments in test_plot.py (fixed in matplotlib 3.10.0) (pydata#9904)
move scalar-handling logic into `possibly_convert_objects` (pydata#9900)
Add missing DataTree attributes to docs (pydata#9876)
...
@VeckoTheGecko
VeckoTheGecko deleted the issue4926 branch January 22, 2026 16:47
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plan to mergeFinal call for commentstopic-error reporting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Serializing a Dataset to_zarr prints error message for NetCDF

3 participants

@VeckoTheGecko@max-sixty@headtr1ck