https://github.com/GPflow/GPflow
Revision 2475891ff44b13bb5f10b91fb050f11778620109 authored by Joshua George Albert on 05 September 2018, 15:12:03 UTC, committed by st-- on 05 September 2018, 15:12:03 UTC
1 parent 12c7656
Raw File
Tip revision: 2475891ff44b13bb5f10b91fb050f11778620109 authored by Joshua George Albert on 05 September 2018, 15:12:03 UTC
fix active_dims=slice (#840)
Tip revision: 2475891
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