https://github.com/GPflow/GPflow
Revision 649b039b685e2c158bdaac3ecd8c2ad3ee18bc8f authored by Vincent Dutordoir on 15 February 2019, 13:32:55 UTC, committed by GitHub on 15 February 2019, 13:32:55 UTC
1 parent 191a1c2
Raw File
Tip revision: 649b039b685e2c158bdaac3ecd8c2ad3ee18bc8f authored by Vincent Dutordoir on 15 February 2019, 13:32:55 UTC
Minor performance improvement: pass Cholesky of K to gauss_kl (#933)
Tip revision: 649b039
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