Skip to content

Commit

Permalink
Ignore cmap deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Mar 16, 2023
1 parent 48809ea commit 49735ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Expand Up @@ -87,6 +87,8 @@ filterwarnings =
ignore:.*is faster on contiguous arrays.*
# https://github.com/pytest-dev/pytest-cov/issues/557
ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning
# Coming from cmocean pulled in via pyvista, see https://github.com/matplotlib/cmocean/issues/83
ignore:The register_cmap function was deprecated in Matplotlib 3.7:DeprecationWarning

[pycodestyle]
max_line_length = 110
Expand Down

0 comments on commit 49735ed

Please sign in to comment.