https://github.com/GPflow/GPflow
Revision 50422a37f029aa7491556116b0b5d858f5530be9 authored by Artem Artemev on 12 March 2019, 15:15:09 UTC, committed by Artem Artemev on 12 March 2019, 15:15:09 UTC
1 parent 9085216
Raw File
Tip revision: 50422a37f029aa7491556116b0b5d858f5530be9 authored by Artem Artemev on 12 March 2019, 15:15:09 UTC
Fixing active_dims
Tip revision: 50422a3
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