Shakyground2
Scientific code, tools and API to generate, process and communicate ground motions.
Development and contribution
Install development and test dependencies with
pip3 install .[tests]
Before committing make check or correct your code style. Style and consistency will be checked automatically using (pre-commit)[https://pre-commit.com/]. Install the required hooks as follows:
pre-commit install
To manually trigger the installed hooks execute:
pre-commit run --all-files