Fixed incorrect import

This commit is contained in:
kcutajar 2016-05-09 23:30:36 +02:00
parent 5c4ce10a53
commit 3320146eec
3 changed files with 4 additions and 4 deletions

View file

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