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
As a result, to save the new result.png as a new "truth," I have to manually rename the file. When I have to bulk update like 50 of these, there is a high risk of human error of renaming the wrong stuff.
Would be more dev friendly to perhaps re-organize the naming to be something like this?
Currently, this plugin organizes its outputs as given in this example:
pytest-mpl/pytest_mpl/plugin.py
Line 425 in 2611bd0
But what
result.png
compares to is named as such:https://github.com/astropy/astropy-data/blob/gh-pages/testing/astropy/2019-08-02T11:38:58.288466/3.1.x/test_tick_angles_non_square_axes.png
As a result, to save the new
result.png
as a new "truth," I have to manually rename the file. When I have to bulk update like 50 of these, there is a high risk of human error of renaming the wrong stuff.Would be more dev friendly to perhaps re-organize the naming to be something like this?
The text was updated successfully, but these errors were encountered: