You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesign check_figures_equal testing function to be more explicit (#590)
Improve readability of test code by explicitly declaring
fig_ref and fig_test as pygmt.Figure objects, and returning
the two figures to be compared against. Makes each testing
code more standalone, though it will become 3 lines longer.
0 commit comments