ITADN

Place sampling subpackage into an mclmc package

#39Openmartin-millon 创建于 2023-11-10
M
martin-milloncommented
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 条评论