https://github.com/GPflow/GPflow
Revision 305183d7f30387ab83366fd99dbabec394289cd8 authored by Artem Artemev on 21 February 2019, 19:46:26 UTC, committed by Artem Artemev on 21 February 2019, 19:46:26 UTC
1 parent 48f6ed0
Raw File
Tip revision: 305183d7f30387ab83366fd99dbabec394289cd8 authored by Artem Artemev on 21 February 2019, 19:46:26 UTC
Make parameter work as Module and pretend to be Variable
Tip revision: 305183d
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top