Skip to content

Commit e002e48

Browse files
committed
fix lack of _func error in image_comparison_2, decorators.py
most likely human error with a long rebase process
1 parent b9c0ee7 commit e002e48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/testing/decorators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def compare_images_decorator(func):
276276
newtest._remove_text = remove_text
277277
newtest._savefig_kwarg = savefig_kwarg
278278
newtest._style = style
279+
newtest._func = newtest.test
279280
func = newtest.test
280281
return func
281282
return compare_images_decorator

0 commit comments

Comments
 (0)