Skip to content

Commit

Permalink
Include numbagg in type checks (#9159)
Browse files Browse the repository at this point in the history
* Include numbagg in type checks
  • Loading branch information
max-sixty authored Jun 24, 2024
1 parent deb2082 commit fe4fb06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ module = [
"matplotlib.*",
"mpl_toolkits.*",
"nc_time_axis.*",
"numbagg.*",
"netCDF4.*",
"netcdftime.*",
"opt_einsum.*",
Expand Down Expand Up @@ -329,8 +328,7 @@ filterwarnings = [
"default:the `pandas.MultiIndex` object:FutureWarning:xarray.tests.test_variable",
"default:Using a non-tuple sequence for multidimensional indexing is deprecated:FutureWarning",
"default:Duplicate dimension names present:UserWarning:xarray.namedarray.core",
"default:::xarray.tests.test_strategies",
# TODO: remove once we know how to deal with a changed signature in protocols
"default:::xarray.tests.test_strategies", # TODO: remove once we know how to deal with a changed signature in protocols
"ignore:__array__ implementation doesn't accept a copy keyword, so passing copy=False failed.",
]

Expand Down

0 comments on commit fe4fb06

Please sign in to comment.