diff --git a/GPy/testing/plotting_tests.py b/GPy/testing/plotting_tests.py index 18a1971d..90d1f264 100644 --- a/GPy/testing/plotting_tests.py +++ b/GPy/testing/plotting_tests.py @@ -40,7 +40,7 @@ try: except: raise SkipTest("Matplotlib not installed, not testing plots") -extensions = ['png', 'pdf'] +extensions = ['png'] def _image_directories(func): """ @@ -89,7 +89,6 @@ class test_image_comparison(object): fig.axes[0].set_axis_off() fig.set_frameon(False) fig.savefig(os.path.join(self.result_dir, "{}.{}".format(base, ext)), frameon=False) - print os.path.join(self.result_dir, "{}.{}".format(base, ext)) actual = os.path.join(self.result_dir, "{}.{}".format(base, ext)) expected = os.path.join(self.baseline_dir, "{}.{}".format(base, ext)) yield compare_images, actual, expected, 1e-3 diff --git a/GPy/testing/plotting_tests/baseline/gp_class_.pdf b/GPy/testing/plotting_tests/baseline/gp_class_.pdf deleted file mode 100644 index 78f2d5a9..00000000 Binary files a/GPy/testing/plotting_tests/baseline/gp_class_.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/gp_class_link.pdf b/GPy/testing/plotting_tests/baseline/gp_class_link.pdf deleted file mode 100644 index aa0b2209..00000000 Binary files a/GPy/testing/plotting_tests/baseline/gp_class_link.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/gp_class_raw.pdf b/GPy/testing/plotting_tests/baseline/gp_class_raw.pdf deleted file mode 100644 index f5447247..00000000 Binary files a/GPy/testing/plotting_tests/baseline/gp_class_raw.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/gp_class_raw_link.pdf b/GPy/testing/plotting_tests/baseline/gp_class_raw_link.pdf deleted file mode 100644 index 5098159f..00000000 Binary files a/GPy/testing/plotting_tests/baseline/gp_class_raw_link.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/gp_conf.pdf b/GPy/testing/plotting_tests/baseline/gp_conf.pdf deleted file mode 100644 index 3a6542f0..00000000 Binary files a/GPy/testing/plotting_tests/baseline/gp_conf.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/gp_data.pdf b/GPy/testing/plotting_tests/baseline/gp_data.pdf deleted file mode 100644 index d231a0bc..00000000 Binary files a/GPy/testing/plotting_tests/baseline/gp_data.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/gp_density.pdf b/GPy/testing/plotting_tests/baseline/gp_density.pdf deleted file mode 100644 index ed4a9ecd..00000000 Binary files a/GPy/testing/plotting_tests/baseline/gp_density.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/gp_error.pdf b/GPy/testing/plotting_tests/baseline/gp_error.pdf deleted file mode 100644 index e71e894e..00000000 Binary files a/GPy/testing/plotting_tests/baseline/gp_error.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/gp_mean.pdf b/GPy/testing/plotting_tests/baseline/gp_mean.pdf deleted file mode 100644 index 33eaf394..00000000 Binary files a/GPy/testing/plotting_tests/baseline/gp_mean.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/sparse_gp_class_.pdf b/GPy/testing/plotting_tests/baseline/sparse_gp_class_.pdf deleted file mode 100644 index ab227aa4..00000000 Binary files a/GPy/testing/plotting_tests/baseline/sparse_gp_class_.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/sparse_gp_class_link.pdf b/GPy/testing/plotting_tests/baseline/sparse_gp_class_link.pdf deleted file mode 100644 index b5eff63c..00000000 Binary files a/GPy/testing/plotting_tests/baseline/sparse_gp_class_link.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/sparse_gp_class_raw.pdf b/GPy/testing/plotting_tests/baseline/sparse_gp_class_raw.pdf deleted file mode 100644 index 65920998..00000000 Binary files a/GPy/testing/plotting_tests/baseline/sparse_gp_class_raw.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/sparse_gp_class_raw_link.pdf b/GPy/testing/plotting_tests/baseline/sparse_gp_class_raw_link.pdf deleted file mode 100644 index 78fe80f8..00000000 Binary files a/GPy/testing/plotting_tests/baseline/sparse_gp_class_raw_link.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/sparse_gp_conf.pdf b/GPy/testing/plotting_tests/baseline/sparse_gp_conf.pdf deleted file mode 100644 index 4542582b..00000000 Binary files a/GPy/testing/plotting_tests/baseline/sparse_gp_conf.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/sparse_gp_data.pdf b/GPy/testing/plotting_tests/baseline/sparse_gp_data.pdf deleted file mode 100644 index d9be979d..00000000 Binary files a/GPy/testing/plotting_tests/baseline/sparse_gp_data.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/sparse_gp_density.pdf b/GPy/testing/plotting_tests/baseline/sparse_gp_density.pdf deleted file mode 100644 index 2c36e3d9..00000000 Binary files a/GPy/testing/plotting_tests/baseline/sparse_gp_density.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/sparse_gp_error.pdf b/GPy/testing/plotting_tests/baseline/sparse_gp_error.pdf deleted file mode 100644 index 2e57adc6..00000000 Binary files a/GPy/testing/plotting_tests/baseline/sparse_gp_error.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/sparse_gp_inducing.pdf b/GPy/testing/plotting_tests/baseline/sparse_gp_inducing.pdf deleted file mode 100644 index 5f3b5c6c..00000000 Binary files a/GPy/testing/plotting_tests/baseline/sparse_gp_inducing.pdf and /dev/null differ diff --git a/GPy/testing/plotting_tests/baseline/sparse_gp_mean.pdf b/GPy/testing/plotting_tests/baseline/sparse_gp_mean.pdf deleted file mode 100644 index 38cdc4b5..00000000 Binary files a/GPy/testing/plotting_tests/baseline/sparse_gp_mean.pdf and /dev/null differ