ratt-ru / tricolour

Holds an offline, MS direct version of the SDP online flagger.
Other
8 stars 4 forks source link

Depend on dask-ms > 0.2.5 and pytest-flake8 >= 1.0.6 #69

Closed sjperkins closed 3 years ago

sjperkins commented 4 years ago
Howto run test cases and lint the code base ```bash $ py.test --flake8 -v -s tricolour ``` If you encounter flake8 failures, a quick way to correct this is to run `autopep8` and `flake8` again. ```bash $ pip install -U autopep8 $ autopep8 -r -i tricolour $ flake8 tricolour ```
Howto build the documentation To build the docs locally: ```bash $ pip install -r requirements.readthedocs.txt $ cd docs $ READTHEDOCS=True make html ```
sjperkins commented 3 years ago

Superceded by #82