Fix normalizer to catch when output scale is zero.

This commit is contained in:
Neil Lawrence 2021-05-19 10:00:41 +01:00 committed by Neil Lawrence
parent 95426aed34
commit 5f68d8a7c3

View file

@ -4,7 +4,7 @@ Created on Aug 27, 2014
@author: Max Zwiessele
'''
import numpy as np
import warnings
class _Norm(object):
def __init__(self):