https://github.com/GPflow/GPflow
Revision 59517d7b3b1d7fbc615ccf8b2e7b2f0c34b3bdb2 authored by Gustavo Carvalho on 11 September 2020, 16:02:37 UTC, committed by Gustavo Carvalho on 11 September 2020, 16:02:37 UTC
1 parent ae8b2e5
Raw File
Tip revision: 59517d7b3b1d7fbc615ccf8b2e7b2f0c34b3bdb2 authored by Gustavo Carvalho on 11 September 2020, 16:02:37 UTC
adding dtype casts to quadrature
Tip revision: 59517d7
codecov.yml
coverage:
  status:
    project:
      default:
        target: 95%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/ci_utils.py"
  - "gpflow/versions.py"
  - "doc/source/notebooks/*"
back to top