sharp_legendre_table: Import Legendre table generating code from libpsht

Includes a Python wrapper. The code is tested and compared with SciPy
results through the Python tests.
This commit is contained in:
Dag Sverre Seljebotn 2017-05-18 22:41:19 +02:00
parent 0787838ab3
commit a93db0b1aa
9 changed files with 1616 additions and 5 deletions

View file

@ -74,5 +74,7 @@ endif
python: $(all_lib) hdrcopy $(CYTHON_MODULES)
# the following test files are automatic; the sht wrapper test
# must be run manually and requires MPI at the moment..
pytest: python
cd python && nosetests --nocapture libsharp/tests/test_sht.py
cd python && nosetests --nocapture libsharp/tests/test_legendre_table.py libsharp/tests/test_legendre.py