Skip to content

Commit

Permalink
Suppress warning about figurecanvasagg
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Sep 16, 2023
1 parent 6406b5b commit 6908e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ filterwarnings =
ignore:Large Datasets may not be processed efficiently:UserWarning
ignore:.*is a deprecated alias for:DeprecationWarning
ignore:.*HIERARCH card will be created.*:
ignore:.*FigureCanvasAgg is non-interactive.*:UserWarning

;addopts = --disable-warnings

Expand Down

0 comments on commit 6908e95

Please sign in to comment.