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/.

Workflow for developing the gridpp API.

The easiest way to develop the API.

Install the

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