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