Fix normalizer to catch when output scale is zero.

This commit is contained in:
Neil Lawrence 2021-05-19 10:00:41 +01:00
parent ede1174d8f
commit c0cd01423f

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