changed init for mcmc

This commit is contained in:
James Hensman 2014-11-03 11:26:31 +00:00
parent db6c50712e
commit 4905348dbe
2 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1 @@
from hmc import HMC

View file

@ -1,3 +1,2 @@
from scg import SCG from scg import SCG
from optimization import * from optimization import *
from hmc import HMC,HMC_shortcut