https://github.com/GPflow/GPflow
Revision f36052b395dc48a473dcc5b49d8d9a3b5d6f58ba authored by st-- on 18 March 2020, 14:32:52 UTC, committed by GitHub on 18 March 2020, 14:32:52 UTC
Adds shape asserts to some of the modules listed in #1241:
- conditionals.mo_conditionals (not 100%)
- conditionals.util
- kullback_leiblers
- logdensities (only `multivariate_normal`)
1 parent d3ca3c9
Raw File
Tip revision: f36052b395dc48a473dcc5b49d8d9a3b5d6f58ba authored by st-- on 18 March 2020, 14:32:52 UTC
assert_shapes in code instead of just comments (#1219)
Tip revision: f36052b
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