fix: removed additional dict line

This commit is contained in:
mzwiessele 2017-01-09 11:01:30 +00:00
parent fe3bad7200
commit b6d2cf4406

View file

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