https://github.com/GPflow/GPflow
Revision d2ad1296f5c1360b26067f06df790dd8aa51f23e authored by Mark van der Wilk on 30 October 2019, 11:04:30 UTC, committed by Eric Hammy on 30 October 2019, 11:04:30 UTC
1 parent b1e7b32
Raw File
Tip revision: d2ad1296f5c1360b26067f06df790dd8aa51f23e authored by Mark van der Wilk on 30 October 2019, 11:04:30 UTC
Fix training function, which refers to model in outside scope. (#1123)
Tip revision: d2ad129
.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