diff --git a/GPy/kern/_src/rbf.py b/GPy/kern/_src/rbf.py index 987f7de8..86807fae 100644 --- a/GPy/kern/_src/rbf.py +++ b/GPy/kern/_src/rbf.py @@ -26,7 +26,7 @@ class RBF(Stationary): else: self.psicomp = PSICOMP_RBF() - def useGPU(self,flag=True): + def GPU(self,flag=True): if flag: if isinstance(self.psicomp,PSICOMP_RBF): self.useGPU = True