pynbody / genetIC

The GM initial conditions generator
GNU General Public License v3.0
21 stars 8 forks source link

CAMB bug fix #59

Closed svstopyra closed 5 years ago

svstopyra commented 5 years ago

Hi Andrew,

Chris came across a bug while testing out the new manual; namely that genetIC couldn't handle camb parameter files where the first row contained column labels. Deleting the first row obviously fixes it, but it's obviously something that might be annoying to users, so I've written up a fix for it, and the code can now identify this situation and ignore the column labels.

apontzen commented 5 years ago

Looks great, thanks!