https://github.com/GPflow/GPflow
Revision 732f114830a869cee3751f297ddffb4b12983eb5 authored by Vincent Dutordoir on 09 November 2019, 19:23:36 UTC, committed by Artem Artemev on 09 November 2019, 19:23:36 UTC
1 parent 96940dd
Raw File
Tip revision: 732f114830a869cee3751f297ddffb4b12983eb5 authored by Vincent Dutordoir on 09 November 2019, 19:23:36 UTC
Deprecate neg_log_marginal_likelihood (#1139)
Tip revision: 732f114
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top