https://github.com/GPflow/GPflow
Revision 45efebc7488818ac2e34b83f1f3f236ce97e1693 authored by Sergio Diaz on 12 September 2019, 12:19:43 UTC, committed by Sergio Diaz on 12 September 2019, 12:19:43 UTC
1 parent f174d7b
Raw File
Tip revision: 45efebc7488818ac2e34b83f1f3f236ce97e1693 authored by Sergio Diaz on 12 September 2019, 12:19:43 UTC
Method equivalence and VGP, SGPR and SGPFITC fixed
Tip revision: 45efebc
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