Place sampling subpackage into an mclmc package
I am trying to integrate your sampler in my code, but when I pip install the package locally, I need to do
`import sampling` to access the package.
This seems a bit dangerous if you have another local module called `sampling.py`. It would maybe be better to do:
`import mclmc.sampling` to follow package naming convention
10 条评论