https://github.com/GPflow/GPflow
Revision 7e3e514db525caad1d964b1cb6ee4282a4e54190 authored by Artem Artemev on 07 May 2020, 12:22:34 UTC, committed by GitHub on 07 May 2020, 12:22:34 UTC
1 parent 5ec7e91
Raw File
Tip revision: 7e3e514db525caad1d964b1cb6ee4282a4e54190 authored by Artem Artemev on 07 May 2020, 12:22:34 UTC
Convert data structures to tensor in model init method (#1452)
Tip revision: 7e3e514
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top