https://github.com/GPflow/GPflow
Revision 191a1c2cc9e329fd256ab09a63e97dac40f7f567 authored by Vincent Dutordoir on 04 February 2019, 10:57:34 UTC, committed by Artem Artemev on 04 February 2019, 10:57:34 UTC
1 parent 771de3e
Raw File
Tip revision: 191a1c2cc9e329fd256ab09a63e97dac40f7f567 authored by Vincent Dutordoir on 04 February 2019, 10:57:34 UTC
Broadcasting of conditionals (#895)
Tip revision: 191a1c2
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