-
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/.
The easiest way to develop the API.
Install the
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.