We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8e128 commit fcfde6cCopy full SHA for fcfde6c
pyproject.toml
@@ -80,7 +80,7 @@ filterwarnings = [
80
'ignore:updating coordinate .* with a PandasMultiIndex:FutureWarning',
81
'ignore:Updating MultiIndexed coordinate .* would corrupt indices:FutureWarning',
82
# xarray vs. pandas upstream
83
- 'ignore:Converting non-nanosecond precision datetimeUserWarning',
+ 'ignore:Converting non-nanosecond precision datetime:UserWarning',
84
]
85
86
[tool.coverage.report]
0 commit comments