Closed Skipp1 closed 3 years ago
Hi @Skipp1. This has been a bug I've been meaning to fix for a while, but the intricacies of Fortran's string manipulation meant I needed a little push.
Could you check if you install polychord from the branch large_cluster_fix that this resolves your issue?
Yes the large_cluster_fix branch solves all the issues, Thanks
When Polychord has more than 100 clusters, Cobaya crashes. This is because Polychord formats its output as:
Due to this formatting Cobaya crashes trying to convert the string "**" to an int() on line 345 of cobaya/samplers/polychord/polychord.py
I have opened an issue with the Cobaya team and have been told to come here https://github.com/CobayaSampler/cobaya/issues/190