https://github.com/GPflow/GPflow
Revision d6327329a53053c5af8fe2e0b40096028dc259fe authored by stefanos on 17 December 2020, 14:04:29 UTC, committed by stefanos on 17 December 2020, 14:04:29 UTC
1 parent 2fd59c6
Raw File
Tip revision: d6327329a53053c5af8fe2e0b40096028dc259fe authored by stefanos on 17 December 2020, 14:04:29 UTC
removing initial None value for the cached variables in posterior class
Tip revision: d632732
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