https://github.com/GPflow/GPflow
Revision 65bae8c8c9ab9a3990f2562841ccb25288e33d88 authored by Artem Artemev on 14 March 2019, 17:03:41 UTC, committed by Artem Artemev on 14 March 2019, 17:03:41 UTC
1 parent 2ec579e
Raw File
Tip revision: 65bae8c8c9ab9a3990f2562841ccb25288e33d88 authored by Artem Artemev on 14 March 2019, 17:03:41 UTC
Move predict test to tests folder
Tip revision: 65bae8c
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