https://github.com/GPflow/GPflow
Revision d0c78d01c815dfeaf0cf9fbba39fa719dceb0b87 authored by joelberkeley-pio on 28 May 2020, 16:04:34 UTC, committed by GitHub on 28 May 2020, 16:04:34 UTC
1 parent 3ed381c
Raw File
Tip revision: d0c78d01c815dfeaf0cf9fbba39fa719dceb0b87 authored by joelberkeley-pio on 28 May 2020, 16:04:34 UTC
Allow users to pass an iterable to set_trainable (#1486)
Tip revision: d0c78d0
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top