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