brinckmann / montepython_public

Public repository for the Monte Python Code
MIT License
93 stars 80 forks source link

Wrong function call in prior.py #298

Closed nraffuzz closed 1 year ago

nraffuzz commented 1 year ago

At line 79 of montepython/prior.py the function calue_within_prior_range has been called, instead of value_within_prior_range, defined a few lines below. I think this might be a typo, which should be corrected in my opinion.

brinckmann commented 1 year ago

Thank you, Nicolò, you're correct! It'll go in the pile of fixes for the next version!

Best, Thejs

dchooper commented 1 year ago

I have implemented this bugfix, it will be included in MP v3.6.0 (coming soon!). Thanks for pointing it out!