From b894f7101f23f19f01f7f51e49795178b8b19494 Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 5 Oct 2015 02:42:14 +0100 Subject: [PATCH] [plotting] magnification plot added --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index eabcb056..60ae2a7f 100644 --- a/setup.py +++ b/setup.py @@ -109,8 +109,7 @@ setup(name = 'GPy', "GPy.core", "GPy.testing", "GPy", "GPy.util", "GPy.kern", "GPy.kern._src.psi_comp", "GPy.kern._src", - "GPy.plotting.matplot_dep.latent_space_visualizations.controllers", - "GPy.plotting.matplot_dep.latent_space_visualizations", + "GPy.plotting.matplot_dep.controllers", "GPy.plotting.matplot_dep", "GPy.plotting", "GPy.plotting.gpy_plot"], package_dir={'GPy': 'GPy'},