https://github.com/GPflow/GPflow
Revision 33ded03ccf5f7b493a4f2f5c42637fdf27ecb42d authored by Eric Hammy on 18 October 2019, 15:06:01 UTC, committed by Artem Artemev on 18 October 2019, 15:06:01 UTC
1 parent deb4508
Raw File
Tip revision: 33ded03ccf5f7b493a4f2f5c42637fdf27ecb42d authored by Eric Hammy on 18 October 2019, 15:06:01 UTC
Ensure all tf_probability distributions take the correct dtype parameters (#1103)
Tip revision: 33ded03
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