jakeret / hope

HOPE: A Python Just-In-Time compiler for astrophysical computations
GNU General Public License v3.0
382 stars 28 forks source link

No option or named args #9

Closed iankronquist closed 9 years ago

iankronquist commented 9 years ago

Functions which have _args or *_kwargs cannot be jitted and should raise a ValueError. Fixes a TODO in hope/jit.py.