Skip to content

Commit

Permalink
Remove unnecessary filtered warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegrabowski committed Oct 8, 2023
1 parent 7a767e9 commit dbd63fa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,7 @@ addopts = [

filterwarnings =[
"error",
"ignore::DeprecationWarning:numpy.core.fromnumeric",
"ignore:::arviz.*",
"ignore:DeprecationWarning",
'ignore:.*(\b(pkg_resources\.declare_namespace|np\.bool8)\b).*:DeprecationWarning',
"ignore::UserWarning:arviz.data.inference_data",
"ignore::DeprecationWarning:pkg_resources",
'ignore:np.find_common_type is deprecated. Please use `np.result_type` or `np.promote_types`.:DeprecationWarning',
'ignore:`cumproduct` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `cumprod` instead.:DeprecationWarning',
'ignore:`product` is deprecated as of NumPy 1.25.0, and will be removed in NumPy 2.0. Please use `prod` instead.:DeprecationWarning',
'ignore:ml_dtypes.float8_e4m3b11 is deprecated. Use ml_dtypes.float8_e4m3b11fnuz:DeprecationWarning',
]

[tool.black]
Expand All @@ -33,7 +24,7 @@ exclude_lines = [

[tool.isort]
profile = "black"
lines_between_types = 1
#lines_between_types = 1

[tool.nbqa.mutate]
isort = 1
Expand Down

0 comments on commit dbd63fa

Please sign in to comment.