https://github.com/GPflow/GPflow
Revision 745dcf83c79301cb032c2e891edaa5bd762e4a97 authored by Artem Artemev on 11 April 2018, 22:01:29 UTC, committed by Artem Artemev on 11 April 2018, 22:01:29 UTC
1 parent 5e57df5
Raw File
Tip revision: 745dcf83c79301cb032c2e891edaa5bd762e4a97 authored by Artem Artemev on 11 April 2018, 22:01:29 UTC
Bump tensorflow version requirement to 1.5
Tip revision: 745dcf8
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