-
Notifications
You must be signed in to change notification settings - Fork 5
16 July 2019
Ilektra Christidi edited this page Jul 17, 2019
·
3 revisions
- Repo seamlessly transfered under the UCL GitHub organisation.
-
master
branch locked. Commits are only allowed via Pull Requests (either branch out in this repo, or fork) that have been reviewed. Admins (i.e. Jose and all RSDG) can bypass the review requirement, but please don't do so unless really needed! Always request reviewers when you want to merge a PR. - Looked at build system: tox doesn't work in a local conda environment out of the box, but is fine on travis. Need to discuss this in depth with David. For now, to install and run locally (preferably in a conda environment):
conda install --yes gdal numba scipy tensorflow pytest
pip install .
and possibly
export PYTHONPATH=$PYTHONPATH:/your/path/to/repo/kaska
Then you can do things like
pytest
python kaska/kaska.py