mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 12:56:22 +02:00
[plotting] gradient plot added
This commit is contained in:
parent
2b02082015
commit
0880948f3b
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def _image_comparison(baseline_images, extensions=['pdf','svg','ong'], tol=1e-3)
|
|||
actual = os.path.join(result_dir, "{}.{}".format(base, ext))
|
||||
expected = os.path.join(baseline_dir, "{}.{}".format(base, ext))
|
||||
def do_test():
|
||||
err = compare_images(actual, expected, tol)
|
||||
err = compare_images(expected, actual, tol)
|
||||
try:
|
||||
if not os.path.exists(expected):
|
||||
raise ImageComparisonFailure(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue