https://github.com/GPflow/GPflow
Revision c61a0026f220825b26f4c0dd3dbcf4b98cfc885b authored by Artem Artemev on 23 February 2018, 12:03:59 UTC, committed by Artem Artemev on 23 February 2018, 12:03:59 UTC
1 parent 1ffbcd2
Raw File
Tip revision: c61a0026f220825b26f4c0dd3dbcf4b98cfc885b authored by Artem Artemev on 23 February 2018, 12:03:59 UTC
Small fixes in natgrads module.
Tip revision: c61a002
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