brinckmann / montepython_public

Public repository for the Monte Python Code
MIT License
92 stars 78 forks source link

MultiNest analyze issue--chains not created #327

Closed ash2223 closed 1 year ago

ash2223 commented 1 year ago

Hello!

I'm running into an issue when I try to analyze MultiNest output--instead of creating chains that can then be analyzed, MontePython gives this error:

Screen Shot 2023-05-05 at 11 18 13 AM

It seems this error has previously been reported--the solution in this case was to remove the trailing dash, which is not working for me. I also tried solutions offered in #125, which didn't work either. Any input would be greatly appreciated!

Thanks, Adam

ash2223 commented 1 year ago

Solved! I wasn't working in a conda environment where the MultiNest library was installed--needed to activate that first.

brinckmann commented 1 year ago

Hi Adam,

Thank you very much for reporting the solution and I'm glad it's resolved!

Best, Thejs