https://github.com/GPflow/GPflow
Revision 4ba4cefdc281960da96104e4a3b1e70905184d19 authored by Sergio Diaz on 10 September 2019, 15:59:56 UTC, committed by Sergio Diaz on 10 September 2019, 15:59:56 UTC
# Conflicts:
#	tests/test_mean_functions.py
#	tests/test_predict.py
2 parent s f643ca7 + 6e1f56a
Raw File
Tip revision: 4ba4cefdc281960da96104e4a3b1e70905184d19 authored by Sergio Diaz on 10 September 2019, 15:59:56 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/adapt-sgpmc-and-gpmc
Tip revision: 4ba4cef
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