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
test_cfgrib_cli_to_netcdf test fails with xarray==0.11.1 with:
> assert res.exit_code == 0
E AssertionError: assert -1 == 0
E + where -1 = <Result TypeError('Timestamp subtraction must have the same timezones or no timezones')>.exit_code
The text was updated successfully, but these errors were encountered:
alexamici
changed the title
Timestamp subtraction must have the same timezones or no timezones
TypeError: Timestamp subtraction must have the same timezones or no timezones
Jan 1, 2019
The root of the problem is that we set explicit timezone in the units and some versions of xarray crash . The bug is fixed in xarray>=0.11.3, but I removed the +00:00 to maximise version support as CF specify that it is redundant.
test_cfgrib_cli_to_netcdf
test fails withxarray==0.11.1
with:The text was updated successfully, but these errors were encountered: