From b6d2cf4406fc653c086e212f6bf5c2f1d0aa78cc Mon Sep 17 00:00:00 2001 From: mzwiessele Date: Mon, 9 Jan 2017 11:01:30 +0000 Subject: [PATCH] fix: removed additional dict line --- GPy/plotting/gpy_plot/gp_plots.py | 1 - 1 file changed, 1 deletion(-) diff --git a/GPy/plotting/gpy_plot/gp_plots.py b/GPy/plotting/gpy_plot/gp_plots.py index 1283b6a7..230d47f0 100644 --- a/GPy/plotting/gpy_plot/gp_plots.py +++ b/GPy/plotting/gpy_plot/gp_plots.py @@ -81,7 +81,6 @@ def _plot_mean(self, canvas, helper_data, helper_prediction, **kwargs): _, free_dims, Xgrid, x, y, _, _, resolution = helper_data - plots = dict() if len(free_dims)<=2: mu, _, _ = helper_prediction if len(free_dims)==1: