Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22547c commit e27c7c4Copy full SHA for e27c7c4
lib/matplotlib/tests/test_delaunay.py
@@ -167,7 +167,8 @@ def make_test(func):
167
168
# We only generate PNGs to save disk space -- we just assume
169
# that any backend differences are caught by other tests.
170
- @image_comparison(filenames, extensions=['png'])
+ @image_comparison(filenames, extensions=['png'],
171
+ freetype_version=('2.4.5', '2.4.9'))
172
def reference_test():
173
nnt.plot(func, interp=False, plotter='imshow')
174
nnt.plot(func, interp=True, plotter='imshow')
0 commit comments