https://github.com/GPflow/GPflow
Revision 7e5542232f81ce492bf7befab9f18f10f32a6742 authored by st-- on 28 January 2019, 16:32:15 UTC, committed by GitHub on 28 January 2019, 16:32:15 UTC
The available Python logging levels are as written now in the file:
https://docs.python.org/3/library/logging.html#levels
1 parent f78ade1
Raw File
Tip revision: 7e5542232f81ce492bf7befab9f18f10f32a6742 authored by st-- on 28 January 2019, 16:32:15 UTC
Typo "NOSET" -> "NOTSET" in gpflowrc (#911)
Tip revision: 7e55422
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