mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
fixed a tie-bug for ND
This commit is contained in:
parent
34edbd1459
commit
350c69799d
2 changed files with 2 additions and 5 deletions
|
|
@ -48,11 +48,7 @@ class kern(parameterised):
|
|||
|
||||
|
||||
def plot_ARD(self, ax=None):
|
||||
"""
|
||||
If an ARD kernel is present, it bar-plots the ARD parameters
|
||||
|
||||
|
||||
"""
|
||||
"""If an ARD kernel is present, it bar-plots the ARD parameters"""
|
||||
if ax is None:
|
||||
ax = pb.gca()
|
||||
for p in self.parts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue