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
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top