https://github.com/GPflow/GPflow
Revision cef491746009e020acaabcf08e26fcd76e8abf6e authored by Artem Artemev on 02 January 2018, 19:45:50 UTC, committed by Artem Artemev on 02 January 2018, 19:45:50 UTC
1 parent e271730
Raw File
Tip revision: cef491746009e020acaabcf08e26fcd76e8abf6e authored by Artem Artemev on 02 January 2018, 19:45:50 UTC
Fix typo in trasform tests.
Tip revision: cef4917
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