Import from each header file into a unique python source file. Also add simple_XYZ.py in tests/ that run each of the functions to make sure they are running. These tests need not test for accuracy.
C++ only headers that are not being ported
- exception.h (ported the necessary C function to util.py)
- complex.h
- dim4.hpp
- gfor (are there any necessary bits??)
- constants
Import from each header file into a unique python source file. Also add simple_XYZ.py in tests/ that run each of the functions to make sure they are running. These tests need not test for accuracy.
C++ only headers that are not being ported