https://github.com/GPflow/GPflow
Revision 919ea6f663fdd66a39afc73d9f771a8cc078fcba authored by Artem Artemev on 03 April 2018, 22:32:39 UTC, committed by GitHub on 03 April 2018, 22:32:39 UTC
1 parent f076951
Raw File
Tip revision: 919ea6f663fdd66a39afc73d9f771a8cc078fcba authored by Artem Artemev on 03 April 2018, 22:32:39 UTC
Docstring updates.
Tip revision: 919ea6f
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top