Johannes Buchner

Results 369 comments of Johannes Buchner
trafficstars

dctlowfreq is also different

See also https://github.com/JohannesBuchner/imagehash/issues/13 https://github.com/JohannesBuchner/imagehash/issues/17 https://github.com/JohannesBuchner/imagehash/issues/97 Maybe from these you can get an understanding why the distances are even. I am also not sure the hash size and the hamming distance...

Numpy 2.0.0 is very new, and has many breaking changes. Few libraries support it. You may need to downgrade to

probably we have to look at https://numpy.org/doc/stable//numpy_2_0_migration_guide.html and fix some calls, for example np.product is now only available as np.prod.

UltraNest reports here -0.117 +- 0.019, so within these uncertainties both outputs agree. If you want smaller uncertainties from nested sampling, you would need to crank up the number of...

The top of the log link above shows the operating system setup (Ubuntu 22.04.5), where the libraries are installed with `sudo apt-get update && sudo apt-get -y --no-install-recommends install -y...

Can you try running: ``` update-alternatives --list mpi|grep mpich| xargs -rt sudo update-alternatives --set mpi update-alternatives --list mpirun|grep mpich | xargs -rt sudo update-alternatives --set mpirun ```

Huh, I have not seen that before. Maybe you need to change pymultinest_demo_minimal.py to add `, init_MPI = True` after `verbose = True`. For the second, are you sure `chains/`...

Yes, there is a randomness to it (a Monte Carlo algorithm). Yes, the end of file is very strange and I have not seen this before, it seems it cannot...