https://github.com/GPflow/GPflow
Revision 6c43de13735795d41417590a46181acfe4674340 authored by Stefanos Eleftheriadis on 21 February 2018, 17:27:10 UTC, committed by Mark van der Wilk on 21 February 2018, 17:27:10 UTC
1 parent e055218
Raw File
Tip revision: 6c43de13735795d41417590a46181acfe4674340 authored by Stefanos Eleftheriadis on 21 February 2018, 17:27:10 UTC
fixed squeezing bug in LowerTriangular transform (#654)
Tip revision: 6c43de1
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