California-Planet-Search / radvel

General Toolkit for Modeling Radial Velocity Data
http://radvel.readthedocs.io
MIT License
57 stars 52 forks source link

Two typos that prevented `proceed` from working #331

Closed tronsgaard closed 3 years ago

tronsgaard commented 3 years ago

When running mcmc() with proceed=True, it never uses the file given by the proceedfile keyword, and the code crashes when loading the chains from the h5 file with an IndexError. I fixed it by correcting two small typos.

bjfultn commented 3 years ago

Great! Thank you for your contribution. I will incorporate these changes into v1.4.3 when released.