https://github.com/GPflow/GPflow
Revision 4ad62606e5bf1d88271f8c1001491450565b9202 authored by ST John on 18 June 2019, 09:32:01 UTC, committed by ST John on 18 June 2019, 09:32:01 UTC
1 parent 125846f
Raw File
Tip revision: 4ad62606e5bf1d88271f8c1001491450565b9202 authored by ST John on 18 June 2019, 09:32:01 UTC
add test_shape_asserts in aid of #964
Tip revision: 4ad6260
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