Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • usgs-shakemap-output
  • feature/pre-commit
  • feature/gitlab-ci-improvements
  • feature/make-documentation
5 results

shakyground2

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    g-weatherill authored
    dce96698
    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

    make check

    or

    make black