PolyChord/PolyChordLite

Gaussian example code & comment disagree

andrewfowlie opened this issue · 1 comments

Very small thing. The comment and code disagree for sigma in the gaussian example program (1e-2 versus 1e-1):

!! The mean is set at 0.5 by default, and all sigmas at 0.01

sigma = 1d-1 ! all sigma set relatively small

I won't make a PR, as I'm not sure which one you want to change. FWIW, the equivalent MultiNest example uses 1e-3, so you might even want to change both.