dfm/george

AttributeError: 'BaseMatern52Kernel' object has no attribute 'vector'

numairmansur opened this issue · 2 comments

The example given in the kernels sections does not work anymore:

from george import kernels
k = 2.0 * kernels.Matern32Kernel(5.0)
print(k.vector)

I get:
AttributeError: vector

dfm commented

Alright thanks !