https://github.com/GPflow/GPflow
Revision e153901c0e4cec4b02401f7ff6ed684a633640c0 authored by Artem Artemev on 06 December 2017, 16:49:34 UTC, committed by Artem Artemev on 06 December 2017, 16:49:34 UTC
1 parent c3d5f28
Raw File
Tip revision: e153901c0e4cec4b02401f7ff6ed684a633640c0 authored by Artem Artemev on 06 December 2017, 16:49:34 UTC
Pretty printing using pandas structure.
Tip revision: e153901
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"
back to top