git submodule update --init --recursive
cd sktime
git checkout seq-augmentation
docker build sktime/ -f sktime/.binder/Dockerfile -t sktime-base
docker build . -t sktime-dev
Linux
docker run -ti -v ${PWD}:/code sktime-dev /bin/bash
Windows
docker run -ti -v %cd%:/code sktime-dev /bin/bash
after staging:
cd sktime
and
pre-commit run -
or
pre-commit run
https://www.sktime.org/en/v0.4.2/contributing.html#unit-testing
cd /code/sktime
all tests:
pytest sktime/
specific tests, e.g.
pytest sktime/transformations/
cd /code/sktime
make docs
https://www.sktime.org/en/latest/get_involved/contributing.html#contributing