kernels are now consistent with pep8 and common reason

This commit is contained in:
Nicolo Fusi 2013-06-17 16:47:36 +01:00
parent bbca026a21
commit 6ee8732cf4
29 changed files with 47 additions and 75 deletions

View file

@ -1,13 +1,12 @@
# Copyright (c) 2012, GPy authors (see AUTHORS.txt).
# Licensed under the BSD 3-clause license (see LICENSE.txt)
import numpy as np
import pylab as pb
from ..core.parameterised import Parameterised
from kernpart import Kernpart
from parts.kernpart import Kernpart
import itertools
from prod import prod
from parts.prod import Prod as prod
class kern(Parameterised):
def __init__(self, input_dim, parts=[], input_slices=None):