Skip to content
Snippets Groups Projects
Select Git revision
0 results

shakyground2

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nils Brinckmann authored
    782be2d1
    History

    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