fixed a tie-bug for ND

This commit is contained in:
James Hensman 2013-05-02 10:59:19 +01:00
parent 34edbd1459
commit 350c69799d
2 changed files with 2 additions and 5 deletions

View file

@ -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: