Use vendored check_figures_equal decorator function #579
Labels
longterm
Long standing issues that need to be resolved
maintenance
Boring but important stuff for the core devs
Description of the desired feature
This is a medium to long term maintenance issue with the
check_figures_equal
function atpygmt/helpers/testing.py
, which is pretty much an exact copy of matplotlib'scheck_figures_equal
function. Ideally, we would just use a vendored function frommatplotlib
orpytest-mpl
instead of writing our own.Are you willing to help implement and maintain this feature? Yes, PR in the works at matplotlib/pytest-mpl#95.
The text was updated successfully, but these errors were encountered: