Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 383 Bytes

File metadata and controls

6 lines (5 loc) · 383 Bytes

matplotlib.testing.check_figures_equal defaults to PNG only

In most cases, checking that figures are equal with .check_figures_equal does not depend on the file format. Consequently, the extensions parameter now defaults to ['png'] instead of ['png', 'pdf', 'svg'], reducing default test requirements.