https://github.com/GPflow/GPflow
Revision b8d1d6847ff63841940a3c513e382feb8542b08f authored by Sergio Diaz on 25 March 2019, 17:02:57 UTC, committed by Sergio Diaz on 25 March 2019, 17:02:57 UTC
1 parent 42ca6ce
Raw File
Tip revision: b8d1d6847ff63841940a3c513e382feb8542b08f authored by Sergio Diaz on 25 March 2019, 17:02:57 UTC
Fixed numerical errors in Expectations tests
Tip revision: b8d1d68
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