https://github.com/GPflow/GPflow
Revision f5d8cc45aec7e1f5a5c27f49e4ee377a7fbbac83 authored by Guido Kraemer on 04 April 2018, 11:10:45 UTC, committed by Artem Artemev on 04 April 2018, 11:10:45 UTC
1 parent 70f18c1
Raw File
Tip revision: f5d8cc45aec7e1f5a5c27f49e4ee377a7fbbac83 authored by Guido Kraemer on 04 April 2018, 11:10:45 UTC
Name attribute for Gaussian likelihood.
Tip revision: f5d8cc4
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