Skip to content

Conversation

@kafitzgerald
Copy link
Collaborator

@kafitzgerald kafitzgerald commented Oct 22, 2025

In the latest release netcdf4-python added an __iter__ method that raises a not implemented error to Dataset objects. Unfortunately this makes them look like an Iterable changing some behavior in wrf-python and ultimately resulting in an error.

This is a bit of a clunky fix, but it should do the trick.

Closes #290

Copy link
Collaborator

@erogluorhan erogluorhan left a comment

Choose a reason for hiding this comment

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

This makes sense for the time being. Thanks for taking care of it!

@kafitzgerald kafitzgerald merged commit 2705aae into NCAR:develop Oct 29, 2025
30 of 31 checks passed
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.

NotImplementedError: Dataset is not picklable

2 participants