nuclear-multimessenger-astronomy / nmma

A pythonic library for probing nuclear physics and cosmology with multimessenger analysis
https://nuclear-multimessenger-astronomy.github.io/nmma/
GNU General Public License v3.0
33 stars 58 forks source link

support for Python 3.11 #170

Closed sahiljhawar closed 1 year ago

sahiljhawar commented 1 year ago

Support for Python 3.11 (if test passes)

sahiljhawar commented 1 year ago

@mcoughlin Test failed even for 3.8! For 3.11, the error seems to be similar what @bking-astro had, with the lnew in SafeLoglikelihood()

mcoughlin commented 1 year ago

@sahiljhawar I assume the test must be a bit flaky for 3.8, clearly tests pass on main. For 3.11, it would be good to report a minimal failing example to https://github.com/JohannesBuchner/PyMultiNest. Can you do so?

sahiljhawar commented 1 year ago

@mcoughlin Okay. I'll get the relevant error messages from the test and raise issue on PMN.