https://github.com/GPflow/GPflow
Revision 83f52d45f59f4b3112bd1a19210fa4df26b1a8f6 authored by Artem Artemev on 08 March 2018, 17:33:11 UTC, committed by GitHub on 08 March 2018, 17:33:11 UTC
1 parent a5b06ef
Raw File
Tip revision: 83f52d45f59f4b3112bd1a19210fa4df26b1a8f6 authored by Artem Artemev on 08 March 2018, 17:33:11 UTC
Modify notation with unicode symbols
Tip revision: 83f52d4
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