https://github.com/GPflow/GPflow
Revision 539c105dbada796b1e9509095b7d38fc697e2c13 authored by Artem Artemev on 18 April 2019, 13:10:55 UTC, committed by Artem Artemev on 18 April 2019, 13:10:55 UTC
1 parent 03e0987
Raw File
Tip revision: 539c105dbada796b1e9509095b7d38fc697e2c13 authored by Artem Artemev on 18 April 2019, 13:10:55 UTC
Update GPflow docstrings
Tip revision: 539c105
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