mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
[tests] now working?
This commit is contained in:
parent
a6b7a96b9b
commit
94e8f47e3e
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@ def _sequenceEqual(a, b):
|
|||
def _notFound(path):
|
||||
raise IOError('File {} not in baseline')
|
||||
|
||||
def _image_comparison(baseline_images, extensions=['pdf','svg','ong'], tol=20):
|
||||
def _image_comparison(baseline_images, extensions=['pdf','svg','ong'], tol=11):
|
||||
baseline_dir, result_dir = _image_directories()
|
||||
for num, base in zip(plt.get_fignums(), baseline_images):
|
||||
for ext in extensions:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue