File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ module = [
118118 " matplotlib.*" ,
119119 " mpl_toolkits.*" ,
120120 " nc_time_axis.*" ,
121- " numbagg.*" ,
122121 " netCDF4.*" ,
123122 " netcdftime.*" ,
124123 " opt_einsum.*" ,
@@ -329,8 +328,7 @@ filterwarnings = [
329328 " default:the `pandas.MultiIndex` object:FutureWarning:xarray.tests.test_variable" ,
330329 " default:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning" ,
331330 " 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
334332 " ignore:__array__ implementation doesn't accept a copy keyword, so passing copy=False failed." ,
335333]
336334
You can’t perform that action at this time.
0 commit comments