timothydmorton / isochrones

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

nosetest SyntaxError in models.py #134

Open jfdoolster opened 4 years ago

jfdoolster commented 4 years ago

Following the directions from ReadTheDocs successfully installed both isochrones and MultiNest and ran the final test with

nosetests isochrones

which resulted in the error: ERROR: Failure: SyntaxError (invalid syntax (models.py, line 427))

This error is also seen when trying to run isochrones from another codebase. The lines 427 and 445 in models.py both give the same SyntaxError, so the issue may lie with the i_bands variable in lines 426 and 444...

Thanks!