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
The updated python version on hera now produces this notification of an pending change to Dataset.dims in data_collections.py which will need to be addressed at some point:
0: ds = xr.Dataset({var_name: (coord, dt_arr), 0: /scratch1/NCEPDEV/da/python/envs/eva/lib/python3.10/site-packages/eva/data/data_collections.py:386: FutureWarning: The return type of Dataset.dimswill be changed to return a set of dimension names in future, in order to be more consistent withDataArray.dims. To access a mapping from dimension names to lengths, please use Dataset.sizes.
The text was updated successfully, but these errors were encountered:
Description
The updated python version on hera now produces this notification of an pending change to
Dataset.dims
indata_collections.py
which will need to be addressed at some point:0: ds = xr.Dataset({var_name: (coord, dt_arr), 0: /scratch1/NCEPDEV/da/python/envs/eva/lib/python3.10/site-packages/eva/data/data_collections.py:386: FutureWarning: The return type of
Dataset.dimswill be changed to return a set of dimension names in future, in order to be more consistent with
DataArray.dims. To access a mapping from dimension names to lengths, please use
Dataset.sizes.
The text was updated successfully, but these errors were encountered: