-
Notifications
You must be signed in to change notification settings - Fork 37
Home
afedynitch edited this page Feb 20, 2015
·
2 revisions
Open issues and ongoing work:
- there is no PyPi integration for
pip install MCEq
- some functions depend on
numba
, which is a Python-LLVM just in time compiler with some nice features. However it requiresllvmlite
Python bindings which need manual intervention for installation on a Mac - the native Python implementation of NRLMSISE-00 is very slow... waiting for permission to use the
ctypes
interface for the C-version of NRLMSISE-00 by Dominik Borodowski - no tests at all :)
- more examples and non-developer documentation needed