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
TST: Fix image comparison directory for test_striped_lines
The image comparison directory is determined by `inspect.getfile(func)`,
but when a test is wrapped in `rc_context`, the file returned is
`contextlib` since that decorator is `contextlib.contextmanager`. Since
this test uses `check_figures_equal`, that doesn't break it, but it does
break the `triage_tests.py` tool as it cannot find a corresponding
baseline image directory.
In this case, the context doesn't set anything that would affect
figures, so inline the effect of the context as keyword arguments.
0 commit comments