Commit 8592c6d
committed
Fix a FutureWarning from xarray around timedelta decoding
xarray will in the future stop automatically decoding timedelta
variables. It has added a FutureWarning about this. This warning was
causing the latest dependency CI checks to fail.
This particular test is specifically about timedelta handling, so we
want to opt in to decoding timedelta values.1 parent fbe02db commit 8592c6d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments