[plotting] gradient plot added

This commit is contained in:
mzwiessele 2015-10-05 18:59:36 +01:00
parent 2b02082015
commit 0880948f3b

View file

@ -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(