diff --git a/GPy/util/normalizer.py b/GPy/util/normalizer.py index 83c79b32..243f81c7 100644 --- a/GPy/util/normalizer.py +++ b/GPy/util/normalizer.py @@ -4,7 +4,7 @@ Created on Aug 27, 2014 @author: Max Zwiessele ''' import numpy as np - +import warnings class _Norm(object): def __init__(self):