https://github.com/GPflow/GPflow
Revision bb098392a3ff933d7d0852b9b1b9af09b96eafaa authored by Sergio Pascual on 10 September 2019, 09:26:31 UTC, committed by Artem Artemev on 10 September 2019, 09:26:31 UTC
1 parent 8394f5e
Raw File
Tip revision: bb098392a3ff933d7d0852b9b1b9af09b96eafaa authored by Sergio Pascual on 10 September 2019, 09:26:31 UTC
SGPR and SGPFITC now have `data` as part of the state (#1043)
Tip revision: bb09839
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