https://github.com/GPflow/GPflow
Revision 09c2acaa8f5adc332bce1c2fcf34dedb0b9bfa48 authored by Artem Artemev on 30 May 2019, 14:00:20 UTC, committed by Artem Artemev on 30 May 2019, 14:00:20 UTC
1 parent a6cdb51
Raw File
Tip revision: 09c2acaa8f5adc332bce1c2fcf34dedb0b9bfa48 authored by Artem Artemev on 30 May 2019, 14:00:20 UTC
Replace util.py module with utilities subfolder
Tip revision: 09c2aca
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