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
30 stars 19 forks source link

SyntaxError in SingleStar BinaryStar docs #40

Closed chase-kimball closed 1 year ago

chase-kimball commented 1 year ago

Lines like kwargs1 = {state='MS', mass=20.0, metallicity=0.014} won't run. Should be kwargs1 = dict(state='MS', mass=20.0, metallicity=0.014)

astroJeff commented 1 year ago

This was fixed by @celiotine