Skip to content
Thomas Nipen edited this page Oct 20, 2020 · 8 revisions

Overview

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.

Tests

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.

Clone this wiki locally