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:
parent
0787838ab3
commit
a93db0b1aa
9 changed files with 1616 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue