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
Time tuple will be replaced by datetime and dateutil
../../../../../usr/share/miniconda/envs/xarray-tests/lib/python3.8/site-packages/PseudoNetCDF/camxfiles/timetuple.py:18
/usr/share/miniconda/envs/xarray-tests/lib/python3.8/site-packages/PseudoNetCDF/camxfiles/timetuple.py:18: PendingDeprecationWarning: Time tuple will be replaced by datetime and dateutil
warn(PendingDeprecationWarning(
I don't think it's urgent, just wanted to mention it here. xref pydata/xarray#3266
The text was updated successfully, but these errors were encountered:
in xarray we get some deprecation warnings that stem from pseudonetcdf.
"rU"
read mode:there are several uses of
"rU"
those, e.g.:pseudonetcdf/src/PseudoNetCDF/icarttfiles/ffi1001.py
Lines 65 to 66 in ddfa0c4
The suggestion seems to be to just use
"r"
(https://stackoverflow.com/questions/56791545/what-is-the-non-deprecated-version-of-open-u-mode)../../../../../usr/share/miniconda/envs/xarray-tests/lib/python3.8/site-packages/PseudoNetCDF/camxfiles/timetuple.py:18 /usr/share/miniconda/envs/xarray-tests/lib/python3.8/site-packages/PseudoNetCDF/camxfiles/timetuple.py:18: PendingDeprecationWarning: Time tuple will be replaced by datetime and dateutil warn(PendingDeprecationWarning(
I don't think it's urgent, just wanted to mention it here. xref pydata/xarray#3266
The text was updated successfully, but these errors were encountered: