https://github.com/GPflow/GPflow
Revision 5b88ff3540c5194749ab6048335191ad5f66746a authored by Mark van der Wilk on 22 August 2019, 12:14:09 UTC, committed by Artem Artemev on 22 August 2019, 12:14:09 UTC
1 parent a8504aa
Raw File
Tip revision: 5b88ff3540c5194749ab6048335191ad5f66746a authored by Mark van der Wilk on 22 August 2019, 12:14:09 UTC
Inheritance structure for multioutput code + updated multioutput notebook (#1029)
Tip revision: 5b88ff3
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