mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 09:42:39 +02:00
Fixed incorrect import
This commit is contained in:
parent
5c4ce10a53
commit
3320146eec
3 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,7 @@
|
|||
# publisher={IEEE}
|
||||
#}
|
||||
|
||||
from grid_posterior import GridPosterior
|
||||
from .grid_posterior import GridPosterior
|
||||
import numpy as np
|
||||
from . import LatentFunctionInference
|
||||
log_2_pi = np.log(2*np.pi)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue