https://github.com/GPflow/GPflow
Revision 94a9b569a7ed2a3626003d51ae1f2ddc65602eb1 authored by Artem Artemev on 23 June 2019, 14:37:32 UTC, committed by Artem Artemev on 23 June 2019, 14:37:32 UTC
1 parent 89719ed
Raw File
Tip revision: 94a9b569a7ed2a3626003d51ae1f2ddc65602eb1 authored by Artem Artemev on 23 June 2019, 14:37:32 UTC
Fix bugs, clean notebooks
Tip revision: 94a9b56
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