https://github.com/GPflow/GPflow
Revision 43ba8f840b6eb7916b9f11dc0ceaac5bf53b1552 authored by Artem Artemev on 09 March 2018, 22:12:58 UTC, committed by GitHub on 09 March 2018, 22:12:58 UTC
1 parent 54dd63f
Raw File
Tip revision: 43ba8f840b6eb7916b9f11dc0ceaac5bf53b1552 authored by Artem Artemev on 09 March 2018, 22:12:58 UTC
Revert changes in "likelihood.py"
Tip revision: 43ba8f8
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