Skip to content

Commit

Permalink
Merge pull request DarkEnergySurvey#92 from DarkEnergySurvey/mesa
Browse files Browse the repository at this point in the history
Fix typo in mesa isochrone parser
  • Loading branch information
kadrlica authored Jul 16, 2021
2 parents 07a93b0 + 8838e5e commit bfb0e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ugali/isochrone/mesa.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Dotter2016(Isochrone):
des = odict([
(2, ('mass_init',float)),
(3, ('mass_act',float)),
(8, ('log_lum',float)),
(6, ('log_lum',float)),
(9, ('u',float)),
(10,('g',float)),
(11,('r',float)),
Expand Down

0 comments on commit bfb0e87

Please sign in to comment.