hpparvi / ldtk

Python toolkit for calculating stellar limb darkening profiles and model-specific coefficients using the stellar atmosphere spectrum library by Husser et al. (2013). Described in Parviainen & Aigrain, MNRAS 453, 3821–3826 (2015).
GNU General Public License v2.0
27 stars 18 forks source link

Fixed IPython "TraitError" compatibility issue #8

Closed tomlouden closed 8 years ago

tomlouden commented 8 years ago

The code would not run outside of a notebook with the latest version of IPython due to a "TraitError" that there is not an exception for in the with_notebook test, adding this exception enabled the code to run successfully on my system.