https://github.com/GPflow/GPflow
Revision e9e5307c9711990392c063ce3fcdb9786236d854 authored by Sergio Diaz on 03 September 2019, 12:10:44 UTC, committed by Sergio Diaz on 03 September 2019, 12:10:44 UTC
1 parent 6a02bf5
Raw File
Tip revision: e9e5307c9711990392c063ce3fcdb9786236d854 authored by Sergio Diaz on 03 September 2019, 12:10:44 UTC
Parameter class state keeps transform class and not instance
Tip revision: e9e5307
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