https://github.com/GPflow/GPflow
Revision 532b04130331bca8fe8c1ea5deaa672badfa4dd0 authored by Artem Artemev on 22 February 2019, 21:21:46 UTC, committed by Artem Artemev on 22 February 2019, 23:32:02 UTC
1 parent 305183d
Raw File
Tip revision: 532b04130331bca8fe8c1ea5deaa672badfa4dd0 authored by Artem Artemev on 22 February 2019, 21:21:46 UTC
Tidy up variable class.
Tip revision: 532b041
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