https://github.com/GPflow/GPflow
Revision a35737f594170c243ef24b680570163d5f6ce317 authored by Artem Artemev on 20 March 2019, 22:52:33 UTC, committed by Artem Artemev on 20 March 2019, 22:52:33 UTC
1 parent 3e9f5ac
Raw File
Tip revision: a35737f594170c243ef24b680570163d5f6ce317 authored by Artem Artemev on 20 March 2019, 22:52:33 UTC
Change len(...) call to ndims
Tip revision: a35737f
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