From 1bd9a62aae3727a0a40b48f4081607941ed3a1e5 Mon Sep 17 00:00:00 2001 From: Dan Lipsa Date: Mon, 27 Jun 2016 23:20:26 -0400 Subject: [PATCH] Generated png should have same name with baseline --- testing/vcs/test_vcs_boxfill_robinson_wrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/vcs/test_vcs_boxfill_robinson_wrap.py b/testing/vcs/test_vcs_boxfill_robinson_wrap.py index de66e516cc..da6cbb54a9 100644 --- a/testing/vcs/test_vcs_boxfill_robinson_wrap.py +++ b/testing/vcs/test_vcs_boxfill_robinson_wrap.py @@ -11,4 +11,4 @@ kwargs[ 'cdmsfile' ] = cdmsfile.id kwargs['bg'] = 1 canvas.plot(clt3, gmBoxfill, **kwargs) -regression.run(canvas, "test_robinson_wrap.png") \ No newline at end of file +regression.run(canvas, "test_vcs_robinson_wrap.png")