https://github.com/GPflow/GPflow
Revision 828694a2ba7e67a5e2a2c32803e50f26ed8241e9 authored by Sergio Diaz on 11 September 2019, 11:07:34 UTC, committed by Sergio Diaz on 11 September 2019, 11:07:34 UTC
1 parent 5e0c087
Raw File
Tip revision: 828694a2ba7e67a5e2a2c32803e50f26ed8241e9 authored by Sergio Diaz on 11 September 2019, 11:07:34 UTC
Tests for equivalence methods still in unsorted but updated to TF2
Tip revision: 828694a
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