zemogle / chemevol

Chemical evolution python package
3 stars 3 forks source link

Typo in evolve.py #33

Open stefanthony opened 2 years ago

stefanthony commented 2 years ago

In line 245 of the code evolve.py there is a typo: time_lookup = Planck12.age(redshift_lookup).value Shouldn't this be: time_lookup = Planck13.age(redshift_lookup).value

With the second line I could run chemevol