https://github.com/GPflow/GPflow
Revision 8c54b52c1a138921355835167e463aa3e4e90516 authored by Artem Artemev on 22 September 2019, 14:00:32 UTC, committed by Artem Artemev on 22 September 2019, 14:00:32 UTC
1 parent f35fd17
Raw File
Tip revision: 8c54b52c1a138921355835167e463aa3e4e90516 authored by Artem Artemev on 22 September 2019, 14:00:32 UTC
Import tensorflow in gplvm.ipynb
Tip revision: 8c54b52
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