Johannes Buchner

Results 227 comments of Johannes Buchner

If this is just a mild nuisance to you but does not stop you from doing something for performance reasons, I am hesitant to make substantial changes, which could affect...

Could you edit doc/install.rst so it is more helpful? You can get it from https://raw.githubusercontent.com/JohannesBuchner/PyMultiNest/master/doc/install.rst

Interesting. scikit-build says it is about CPython extensions, so I guess we would have to modify quite a bit? I'd rather keep MultiNest (which is not my code) identical to...

For a easier-to-install, free and open source software package, there is [UltraNest](https://johannesbuchner.github.io/UltraNest/).

I guess the assumption is that the first column sums to 1 accurately. Are you having an issue? Can you create a simple test problem?

`b[:,0] = b[:,0].cumsum() / b[:,0].sum()` is another solution I guess

Further solutions for such interactive environments: * uninstall mpi4py in that conda env or * remove the libmultinest_mpi.so library file or * hide the libmultinest_mpi.so library file, by pointing the...

I never tried this. Can you look in your conda python site-packages directory if pycuba is there?

Sorry, I will not have time in the next two months, but am happy to answer questions if you have a go at it yourself.

I'd like to know more why plateaus were problematic, this is a bit surprising to me. It is intended to work the way you say, if you cannot put the...