https://github.com/GPflow/GPflow
Revision d348f2ab77e0185d826d13f4bdf65243e3fbdb99 authored by Artem Artemev on 14 March 2019, 17:20:03 UTC, committed by Artem Artemev on 14 March 2019, 17:20:03 UTC
1 parent 65bae8c
Raw File
Tip revision: d348f2ab77e0185d826d13f4bdf65243e3fbdb99 authored by Artem Artemev on 14 March 2019, 17:20:03 UTC
Add predict file
Tip revision: d348f2a
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