https://github.com/GPflow/GPflow
Revision 5fc4869f52aa9de9fb16b7f77e514ae9492634a0 authored by Artem Artemev on 14 March 2019, 22:36:39 UTC, committed by Artem Artemev on 14 March 2019, 22:36:39 UTC
1 parent 20894c8
Raw File
Tip revision: 5fc4869f52aa9de9fb16b7f77e514ae9492634a0 authored by Artem Artemev on 14 March 2019, 22:36:39 UTC
Replace get_shape
Tip revision: 5fc4869
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