https://github.com/GPflow/GPflow
Revision 516f97c543f0816677fd00ec24b47f31f2618f67 authored by st-- on 17 March 2020, 00:56:12 UTC, committed by GitHub on 17 March 2020, 00:56:12 UTC
1 parent bb099e4
Raw File
Tip revision: 516f97c543f0816677fd00ec24b47f31f2618f67 authored by st-- on 17 March 2020, 00:56:12 UTC
Fix more potential tf.cast() loss-of-precision issues (#1213)
Tip revision: 516f97c
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