https://github.com/GPflow/GPflow
Revision 54a276ab92ead568e969c7f073694b12bd8124e1 authored by st-- on 19 July 2018, 13:19:51 UTC, committed by Mark van der Wilk on 19 July 2018, 13:19:51 UTC
1 parent f746253
Raw File
Tip revision: 54a276ab92ead568e969c7f073694b12bd8124e1 authored by st-- on 19 July 2018, 13:19:51 UTC
Parameter.trainable was not properly a property, and param.trainable = False did not work. Fixed by this commit. (#814)
Tip revision: 54a276a
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