https://github.com/GPflow/GPflow
Revision 03a4e29a08d738e078bfbaf84da69ed4305e564f authored by st-- on 16 January 2020, 12:24:14 UTC, committed by Artem Artemev on 16 January 2020, 12:24:14 UTC
1 parent 36a0853
Raw File
Tip revision: 03a4e29a08d738e078bfbaf84da69ed4305e564f authored by st-- on 16 January 2020, 12:24:14 UTC
Fix issue with tf.cast() and implicit dtype conversion (#1211)
Tip revision: 03a4e29
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