mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 03:52:39 +02:00
current_slice is not a property
This commit is contained in:
parent
498e757eec
commit
86c00e3d4d
1 changed files with 0 additions and 6 deletions
|
|
@ -89,12 +89,6 @@ class Param(OptimizationHandlable, ObsAr):
|
|||
def param_array(self):
|
||||
return self
|
||||
|
||||
@property
|
||||
def current_slice(self):
|
||||
if self._current_slice_ is None:
|
||||
return slice(0, self.shape[0], 1)
|
||||
return self._current_slice_
|
||||
|
||||
@property
|
||||
def gradient(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue