File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ module = [
118
118
" matplotlib.*" ,
119
119
" mpl_toolkits.*" ,
120
120
" nc_time_axis.*" ,
121
- " numbagg.*" ,
122
121
" netCDF4.*" ,
123
122
" netcdftime.*" ,
124
123
" opt_einsum.*" ,
@@ -329,8 +328,7 @@ filterwarnings = [
329
328
" default:the `pandas.MultiIndex` object:FutureWarning:xarray.tests.test_variable" ,
330
329
" default:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning" ,
331
330
" default:Duplicate dimension names present:UserWarning:xarray.namedarray.core" ,
332
- " default:::xarray.tests.test_strategies" ,
333
- # TODO: remove once we know how to deal with a changed signature in protocols
331
+ " default:::xarray.tests.test_strategies" , # TODO: remove once we know how to deal with a changed signature in protocols
334
332
" ignore:__array__ implementation doesn't accept a copy keyword, so passing copy=False failed." ,
335
333
]
336
334
You can’t perform that action at this time.
0 commit comments