https://github.com/GPflow/GPflow
Revision 14423f02d3893bf71ab6ef493d3540368e21628d authored by Mark van der Wilk on 14 November 2018, 20:53:23 UTC, committed by Artem Artemev on 14 November 2018, 20:53:23 UTC
1 parent abd8587
Raw File
Tip revision: 14423f02d3893bf71ab6ef493d3540368e21628d authored by Mark van der Wilk on 14 November 2018, 20:53:23 UTC
Compute SGPR qu's autoflow method (#879)
Tip revision: 14423f0
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