Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 448 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 448 Bytes

DAX Schemata

This is the repository that we maintain the default DAX schema files for ParData.

To run tests locally, run:

$ pip install -U -r requirements/tox.txt  # If you are inside a virtual environment, conda environment
$ pip3 install --user -U tox  # If you are outside any virtual environment or conda environment

# lint tests
$ tox -e lint
# pardata tests
$ tox -e pardata