we successfully implemented a new model into the class code. Running it via ./class explanatory.ini gives the expected results and no errors. However, when we try to call it via the python wrapper, ...
This project is a demostration of how to build python wrappers for a C program that uses structs and has complicated arguments. I have built the wrapper using both SWIG (in two mechanisms) and CPython ...