[SSGPLVM] add plotting class

This commit is contained in:
Zhenwen Dai 2014-04-08 15:26:34 +01:00
parent 01860455af
commit 5cfc250ad1
9 changed files with 96 additions and 10 deletions

View file

@ -13,7 +13,7 @@ class Kern(Parameterized):
#===========================================================================
# This adds input slice support. The rather ugly code for slicing can be
# found in kernel_slice_operations
__metaclass__ = KernCallsViaSlicerMeta
#__metaclass__ = KernCallsViaSlicerMeta
#===========================================================================
_support_GPU=False
def __init__(self, input_dim, active_dims, name, useGPU=False, *a, **kw):