More or less integrated tests for EPyGrAM.
-
the first time, get input data from ftp repo:
make get_data
-
run tests:
- basic tests:
make tests
- basic + more advanced tests:
make tests_full
- apptools tests:
make apptools
- run notebooks, to check the advanced examples therein work properly:
make notebooks_check
(may require to get inputs for notebooks beforehand, the first time, withmake notebooks_get_inputs
) - or them all at once:
make all
- basic tests:
-
clean directory of tests outputs:
make clean