Closed pipme closed 1 year ago
Seconded.
Oh right! I missed some imports in init.py
files, but I fixed them all, and reorganised the code.
Just did as you suggested. Now it's possible to import like from pybads import BADS
. The PR will be done tomorrow morning.
Just to highlight that now vbmc works with from pyvbmc.vbmc import VBMC
, I think it would be nice to have it there too, and we keep both projects with similar rules.
Just to highlight that now vbmc works with from pyvbmc.vbmc import VBMC, I think it would be nice to have it there too, and we keep both projects with similar rules.
@Bobby-Huggins
Yes I agree completely, I'll make the same change in PyVBMC.
Fixed in #19.
It seems a bit tedious to import this way. Is
from pybads import BADS
better?