mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
minor
This commit is contained in:
parent
0733886ba0
commit
c29c826847
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
import numpy as np
|
||||
from gp_base import GPBase
|
||||
from ..util.linalg import dtrtrs
|
||||
from ..util.linalg import dtrtrs, tdot
|
||||
from ..inference.latent_function_inference import exact_gaussian_inference, expectation_propagation
|
||||
from .. import likelihoods
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue