https://github.com/GPflow/GPflow
Revision 2a32d8c0880f573464ecef71410b092d8f342f5e authored by Gustavo Carvalho on 10 September 2020, 14:11:45 UTC, committed by Gustavo Carvalho on 10 September 2020, 14:11:45 UTC
1 parent e4a0dcf
Raw File
Tip revision: 2a32d8c0880f573464ecef71410b092d8f342f5e authored by Gustavo Carvalho on 10 September 2020, 14:11:45 UTC
n_gh ---> num_gauss_hermite_points
Tip revision: 2a32d8c
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