mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 10:32:39 +02:00
empty spaces
This commit is contained in:
parent
3e91ea497d
commit
10608a4565
2 changed files with 3 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ def plot_fit(model, plot_limits=None, which_data_rows='all',
|
|||
if ax is None:
|
||||
fig = pb.figure(num=fignum)
|
||||
ax = fig.add_subplot(111)
|
||||
|
||||
|
||||
if hasattr(model, 'has_uncertain_inputs') and model.has_uncertain_inputs():
|
||||
X = model.X.mean
|
||||
X_variance = param_to_array(model.X.variance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue