https://github.com/GPflow/GPflow
Revision 706cb48ef6b1503b2cbf631afe94b2fbe10693b2 authored by Artem Artemev on 26 November 2017, 12:32:07 UTC, committed by Artem Artemev on 26 November 2017, 12:32:07 UTC
1 parent 28070e7
Raw File
Tip revision: 706cb48ef6b1503b2cbf631afe94b2fbe10693b2 authored by Artem Artemev on 26 November 2017, 12:32:07 UTC
Exclude minibatch iterators from auto-initialization.
Tip revision: 706cb48
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"
back to top