timothydmorton / isochrones

Pythonic stellar model grid access; easy MCMC fitting of stellar properties
http://isochrones.readthedocs.org
MIT License
121 stars 62 forks source link

Python 3 compatibility #38

Closed migueldvb closed 8 years ago

migueldvb commented 8 years ago

This will convert dict_keys object to a list to fix a python 3 TypeError.

timothydmorton commented 8 years ago

Thanks!