mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 17:22:39 +02:00
Fix normalizer to catch when output scale is zero.
This commit is contained in:
parent
95426aed34
commit
5f68d8a7c3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ Created on Aug 27, 2014
|
|||
@author: Max Zwiessele
|
||||
'''
|
||||
import numpy as np
|
||||
|
||||
import warnings
|
||||
|
||||
class _Norm(object):
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue