POSYDON-code / POSYDON

POSYDON is a next-generation single and binary-star population synthesis code incorporating full stellar structure and evolution modeling with the use of MESA.
BSD 3-Clause "New" or "Revised" License
29 stars 19 forks source link

String len in [step_names] columns #257

Closed dimsour94 closed 7 months ago

dimsour94 commented 7 months ago

Running a population with binary fraction less than 1, a value error appears which says cannot store a string with len[20] in step names columns as this column has a limit of [20]. Having a look at the step names that we are using, I noticed that indeed the length of "initially_single_star" has a length of 21, so I increased the length of all [step names] columns by 1.