https://github.com/GPflow/GPflow
Revision 96940dd79d4ff2f50a36e6ad229faa5904250e67 authored by Artem Artemev on 09 November 2019, 18:10:12 UTC, committed by Artem Artemev on 09 November 2019, 18:10:12 UTC
1 parent c13c49a
Raw File
Tip revision: 96940dd79d4ff2f50a36e6ad229faa5904250e67 authored by Artem Artemev on 09 November 2019, 18:10:12 UTC
Computation of the gradient must be outside of the GradientTape
Tip revision: 96940dd
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