You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked our dependencies, and we still have to wait for suitable NetCDF4 binaries (but they are already in preparation, NetCDF4 issue 1370). Hence, the following to-do list is only preliminary:
Use the | operator instead of typing.Union (see PEP 604).
The error under Python 3.12 is: NameError: name 'uh' is not defined.
The (current) error under Python 3.13.0 is: AttributeError: 'FrameLocalsProxy' object has no attribute 'pop'.
The latter message will likely change under Python 3.13.1 due to PR 125616.
However, adding and removing names from optimised scopes will still not be supported, so everything will stay as is from the user's perspective. (We might need to adapt HydPy's source code, but I expect at most minor changes.).
I checked our dependencies, and we still have to wait for suitable NetCDF4 binaries (but they are already in preparation, NetCDF4 issue 1370). Hence, the following to-do list is only preliminary:
|
operator instead oftyping.Union
(see PEP 604).with
statements like this one by using parentheses (see Python issue 56991)The text was updated successfully, but these errors were encountered: