ladsantos / p-winds

Python implementation of Parker wind models for exoplanet atmospheres
https://p-winds.readthedocs.io/
MIT License
10 stars 5 forks source link

Remove usage of astropy.units in core functions #12

Closed ladsantos closed 3 years ago

ladsantos commented 3 years ago

astropy.units is very convenient for simple calculations, but it can be problematic when using optimization techniques to fit models to data. Maybe it would be good to have the option of a wrapper that uses astropy.units, but the core code should not depend on this package.