Skip to content

Add pure Python version using Numpy

Mario Jakobs requested to merge m.jakobs/fermipy:numpy into master

F2Py didn't work on Windows, also the function could only be called for single values. I added a version in pure python which uses Numpy to process all values at once and thus might be faster.

Merge request reports