-
Notifications
You must be signed in to change notification settings - Fork 16
Developer notes
Thomas Nipen edited this page Oct 20, 2020
·
8 revisions
The header file for the API is located in ./include/gridpp.h
and the source code is located in ./src/api/
. Unit tests are written in python and are located in ./tests/
.
Running make install-python-user
in the build directory will build the library and the python bindings. The python bindings will be installed into the package location for your user account and should be accessible via import gridpp
.
Run nosetests3
in the base directory of the repository to run all the unit tests. This assumes that the python bindings to the library has been installed.